Projects
/
nettsiden-old
Archived
8
0
Fork 0

Add ID to events table

This commit is contained in:
Jørn Åne 2017-10-07 22:18:06 +02:00
parent 24678ffb11
commit d4794ce85f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
CREATE TABLE "events" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
"name" TEXT,
"start" TEXT,
"stop" TEXT,