1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-07 21:06:46 +09:00
vervis/src/Vervis/Model
fr33domlover bec9290783 Complete DB migration list, allowing to upgrade 2016-08-04 running instance
Until now the list of DB migration actions was incomplete, containing only
changes made since I added the migration system itself. It now contains the
2016-08-04 model, and then every change made since then.

IMPORTANT: The 2016-08-04 instance doesn't have a schema version entity at all,
so it is assigned version 0, while the actual version of its schema is 1. I'm
going to patch persistent-migration to allow it to be 1, making the migration
path smooth.
2018-03-27 14:28:56 +00:00
..
Entity.hs Experimental typeclass for ident+name model entities 2016-08-08 19:17:25 +00:00
Group.hs Add group roles and make a group's creator its admin 2016-05-25 15:52:15 +00:00
Ident.hs Per-workflow custom ticket field enum types 2016-08-08 14:48:38 +00:00
Repo.hs Repos specify their VCS (i.e. Git or Darcs) in the DB 2016-05-02 23:51:53 +00:00
Role.hs Route for accepting a New ticket 2016-08-11 07:58:51 +00:00
TH.hs Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
Ticket.hs Turn boolean ticketDone into TicketStatus enum 2016-08-11 00:44:11 +00:00
Workflow.hs Workflow scope field, minimal support 2016-09-01 17:40:02 +00:00