Fix various bugs before 0.2.2 (#3118)
* Fix various bugs before 0.2.2 release * Additional fixes * More fixes * Fixes
This commit is contained in:
@ -39,7 +39,6 @@ export type WorkspaceMigrationColumnRelation = {
|
||||
columnName: string;
|
||||
referencedTableName: string;
|
||||
referencedTableColumnName: string;
|
||||
referencedSchema?: string;
|
||||
isUnique?: boolean;
|
||||
};
|
||||
|
||||
@ -60,7 +59,6 @@ export type WorkspaceMigrationColumnAction = {
|
||||
export type WorkspaceMigrationTableAction = {
|
||||
name: string;
|
||||
action: 'create' | 'alter';
|
||||
schemaName: string;
|
||||
columns?: WorkspaceMigrationColumnAction[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user