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

feat(PostgreSQL): trigger rename and delete

This commit is contained in:
2021-06-08 09:12:43 +02:00
parent e6d67fcb0c
commit cce5adbac7
7 changed files with 115 additions and 42 deletions

View File

@ -63,7 +63,9 @@ module.exports = {
functionContext: false,
functionLanguage: false,
triggerMiltipleEvents: false,
triggerTableInName: false,
triggerUpdateColumns: false,
triggerOnlyRename: false,
parametersLength: false,
languages: false
};