db deploy fixes

This commit is contained in:
SPRINX0\prochazka
2024-10-29 14:28:26 +01:00
parent 456d3ba42e
commit 2704825d03
17 changed files with 184 additions and 30 deletions

View File

@@ -686,7 +686,8 @@ export class SqlDumper implements AlterProcessor {
}
createSqlObject(obj: SqlObjectInfo) {
this.putCmd(obj.createSql);
this.putRaw(obj.createSql);
this.endCommand();
}
getSqlObjectSqlName(ojectTypeField: string) {