Init mobility DB

This commit is contained in:
Clayzxr
2025-01-22 15:09:22 +01:00
parent 6456529b7f
commit 4abf540558
8 changed files with 286 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
create table promotions (
id integer primary key autoincrement,
name text,
name text,
endyear integer,
current integer
);