fix: add SET TERM no migracoes.sql para compatibilidade com IBExpert

This commit is contained in:
2026-07-01 13:57:47 +00:00
parent abdd176cc0
commit 6e080720cd
+4
View File
@@ -1,6 +1,9 @@
-- ============================================================ -- ============================================================
-- CHATC2 - MIGRAÇÕES DE BANCO DE DADOS (Firebird) -- CHATC2 - MIGRAÇÕES DE BANCO DE DADOS (Firebird)
-- ============================================================ -- ============================================================
SET TERM ^ ;
-- Execute este arquivo no seu banco .FDB usando: -- Execute este arquivo no seu banco .FDB usando:
-- isql -user SYSDBA -pass masterkey localhost:SEU_BANCO.FDB -i migracoes.sql -- isql -user SYSDBA -pass masterkey localhost:SEU_BANCO.FDB -i migracoes.sql
-- Ou cole no IBExpert / FlameRobin e execute statement por statement. -- Ou cole no IBExpert / FlameRobin e execute statement por statement.
@@ -565,6 +568,7 @@ END;
^ ^
COMMIT; COMMIT;
^ ^
SET TERM ; ^
-- ============================================================ -- ============================================================
-- FIM -- FIM