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

feat(PostgreSQL): trigger functions support

This commit is contained in:
2021-07-03 11:29:14 +02:00
parent faa07a077c
commit 75bbd5f66e
17 changed files with 747 additions and 6 deletions

View File

@ -111,7 +111,8 @@ module.exports = {
medium: 'Medium',
large: 'Large',
row: 'Row | Rows',
cell: 'Cell | Cells'
cell: 'Cell | Cells',
triggerFunction: 'Trigger function | Trigger functions'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',