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

feat(PostgreSQL): triggers creation

This commit is contained in:
2021-06-26 16:36:05 +02:00
parent 3aef7e953e
commit 7df0cf8389
6 changed files with 66 additions and 12 deletions

View File

@ -51,6 +51,7 @@ module.exports = {
procedureDataAccess: true,
procedureSql: 'BEGIN\r\n\r\nEND',
procedureContext: true,
triggerSql: 'BEGIN\r\n\r\nEND',
functionDeterministic: true,
functionDataAccess: true,
functionSql: 'BEGIN\r\n\r\nEND',