mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2025-10-29 16:30:13 +00:00
Database schema, seeds and scripts for seed, setup & teardown
This commit is contained in:
2
src/database/schemas/0001_idSequence.sql
Normal file
2
src/database/schemas/0001_idSequence.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE SEQUENCE
|
||||
IF NOT EXISTS "id_sequence";
|
||||
Reference in New Issue
Block a user