diff --git a/history.sql b/history.sql deleted file mode 100644 index 4f453a813..000000000 --- a/history.sql +++ /dev/null @@ -1,6 +0,0 @@ -CREATE TABLE `notes_history` ( - `id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, - `note_id` INTEGER NOT NULL, - `note_text` TEXT NOT NULL, - `date_modified` INTEGER NOT NULL -); \ No newline at end of file diff --git a/src/templates/app.html b/src/templates/app.html index 5e4b863a2..0346f6ff9 100644 --- a/src/templates/app.html +++ b/src/templates/app.html @@ -2,7 +2,7 @@
-