migration file for script withint the same profile now
This commit is contained in:
@@ -8,6 +8,7 @@ CREATE TABLE table_scripts (
|
||||
source_columns TEXT[],
|
||||
description TEXT,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
profile_id BIGINT NOT NULL REFERENCES profiles(id) DEFAULT 1,
|
||||
UNIQUE(table_definitions_id, target_column)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user