icon and theme experiments

This commit is contained in:
zadam
2021-06-06 22:15:51 +02:00
parent 3893f663d0
commit 3a7da1d561
13 changed files with 112 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
"use strict";
const sql = require('../../services/sql');
const becca = require("../../becca/becca");
function getSchema() {
const tableNames = sql.getColumn(`SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite_%' ORDER BY name`);