mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-06 08:59:46 -06:00
Take a more generic approach at counting all the tables in the database file
This commit is contained in:
1
bricktracker/sql/schema/tables.sql
Normal file
1
bricktracker/sql/schema/tables.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT "name" FROM "sqlite_master" WHERE type='table' ORDER BY "name" ASC
|
||||
Reference in New Issue
Block a user