fix: add SET TERM no migracoes.sql para compatibilidade com IBExpert
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
-- ============================================================
|
||||
-- CHATC2 - MIGRAÇÕES DE BANCO DE DADOS (Firebird)
|
||||
-- ============================================================
|
||||
|
||||
SET TERM ^ ;
|
||||
|
||||
-- Execute este arquivo no seu banco .FDB usando:
|
||||
-- isql -user SYSDBA -pass masterkey localhost:SEU_BANCO.FDB -i migracoes.sql
|
||||
-- Ou cole no IBExpert / FlameRobin e execute statement por statement.
|
||||
@@ -565,6 +568,7 @@ END;
|
||||
^
|
||||
COMMIT;
|
||||
^
|
||||
SET TERM ; ^
|
||||
|
||||
-- ============================================================
|
||||
-- FIM
|
||||
|
||||
Reference in New Issue
Block a user