1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(PostgreSQL): alter trigger support

This commit is contained in:
2021-06-17 22:01:18 +02:00
parent b77e77f3bb
commit 5c8ee66f43
3 changed files with 16 additions and 18 deletions

View File

@ -62,7 +62,7 @@ module.exports = {
functionSql: false,
functionContext: false,
functionLanguage: false,
triggerMiltipleEvents: false,
triggerMultipleEvents: false,
triggerTableInName: false,
triggerUpdateColumns: false,
triggerOnlyRename: false,