you are going to kill me but please dont, i just cleaned up migration file and its 100% valid, do not use any version before this version and after this version so many things needs to be changed so haha... im ashamed but i love it at the same time
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
-- Main table definitions
|
-- Main table definitions
|
||||||
|
CREATE SCHEMA IF NOT EXISTS gen;
|
||||||
|
|
||||||
CREATE TABLE table_definitions (
|
CREATE TABLE table_definitions (
|
||||||
id BIGSERIAL PRIMARY KEY,
|
id BIGSERIAL PRIMARY KEY,
|
||||||
deleted BOOLEAN NOT NULL DEFAULT FALSE,
|
deleted BOOLEAN NOT NULL DEFAULT FALSE,
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
-- Add migration script here
|
|
||||||
|
|
||||||
CREATE SCHEMA IF NOT EXISTS gen;
|
|
||||||
Reference in New Issue
Block a user