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

feat(SQLite): views management

This commit is contained in:
2021-11-19 13:13:35 +01:00
parent 93b4a7063b
commit 7671c585f5
3 changed files with 22 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ module.exports = {
elementsWrapper: '',
stringsWrapper: '"',
tableAdd: true,
viewAdd: false,
viewAdd: true,
triggerAdd: false,
triggerFunctionAdd: false,
routineAdd: false,
@@ -37,7 +37,7 @@ module.exports = {
tableSettings: true,
tableArray: false,
tableRealCount: true,
viewSettings: false,
viewSettings: true,
triggerSettings: false,
triggerFunctionSettings: false,
routineSettings: false,