Skip to content

Commit

Permalink
fix(SQLite): hide schema creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Nov 19, 2021
1 parent 7ad3096 commit 98165ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/customizations/sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
// Core
fileConnection: true,
// Structure
schemas: true,
schemas: false,
tables: true,
views: true,
triggers: true,
Expand Down

0 comments on commit 98165ca

Please sign in to comment.