v0.2
This commit is contained in:
@@ -60,6 +60,9 @@ func migrate(db *sql.DB) error {
|
||||
count INTEGER NOT NULL DEFAULT 0
|
||||
);
|
||||
INSERT OR IGNORE INTO convocation_counter(id,count) VALUES(1,0);`,
|
||||
// v2: user-supplied ticket title and description (from modal)
|
||||
`ALTER TABLE tickets ADD COLUMN ticket_title TEXT;
|
||||
ALTER TABLE tickets ADD COLUMN ticket_description TEXT;`,
|
||||
}
|
||||
|
||||
for i, m := range migrations {
|
||||
|
||||
Reference in New Issue
Block a user