(Feat): Initial Commit
This commit is contained in:
6
migrations/20200811180414-create-health-sequence.sql
Normal file
6
migrations/20200811180414-create-health-sequence.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- +migrate Up
|
||||
CREATE SEQUENCE seq_health;
|
||||
|
||||
-- +migrate Down
|
||||
DROP SEQUENCE IF EXISTS seq_health;
|
||||
|
||||
Reference in New Issue
Block a user