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

fix(SQLite): update rows with a text primary key

This commit is contained in:
2021-11-25 16:25:40 +01:00
parent c46224635a
commit d7f1aa97af
2 changed files with 5 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ module.exports = {
views: true,
triggers: true,
// Settings
elementsWrapper: '',
stringsWrapper: '"',
elementsWrapper: '"',
stringsWrapper: '\'',
tableAdd: true,
viewAdd: true,
triggerAdd: true,