This commit is contained in:
Ione 15 2024-03-26 01:36:00 +01:00
parent 93e7ccd043
commit f925758068
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea
.virt_env
todo.db
commands.sql

View file

@ -1,2 +1,3 @@
# Ion-Todo-Planner
Updates will break backwards compatibility for now!
To get started you should first run fresh_db.sh

View file

@ -1,3 +0,0 @@
INSERT INTO "main"."todo"("ID","TODO","CREATION_DATE","DUE_DATE","PRIO","IMP") VALUES (NULL,'example task 1','1711408035','1711408095',100,0);
INSERT INTO "main"."todo"("ID","TODO","CREATION_DATE","DUE_DATE","PRIO","IMP") VALUES (NULL,'example task 2','1711408035','1711408095',100,0);
INSERT INTO "main"."todo"("ID","TODO","CREATION_DATE","DUE_DATE","PRIO","IMP") VALUES (NULL,'example task 3','1711408035','1711408095',100,0);