Jan Dittberner
70cc0942ca
- use embed from the standard library instead of packr - upgrade to sprig v3 - upgrade gomail version - use golang-migrate instead of sql-migrate to get embed support - use statigz to deliver compressed static assets
5 lines
147 B
SQL
5 lines
147 B
SQL
-- SQL section 'Down' is executed when this migration is rolled back
|
|
DROP TABLE votes;
|
|
DROP TABLE decisions;
|
|
DROP TABLE emails;
|
|
DROP TABLE voters;
|