mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
Added db init script. Combined all schemas under schemas. Persisted
updates and init
This commit is contained in:
9
schemas/patch-schema/07-scenarios-counter.sql
Normal file
9
schemas/patch-schema/07-scenarios-counter.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS scenario_counter (
|
||||
id serial primary key,
|
||||
scenario_id numeric not null,
|
||||
category_id numeric not null
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user