From c0dcf5b5d3ae98085636720a66e70e1b63ccc33f Mon Sep 17 00:00:00 2001 From: gamesguru Date: Wed, 30 Sep 2020 10:21:26 -0400 Subject: [PATCH] revert --- sql/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tables.sql b/sql/tables.sql index 033faee..14c56b7 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -16,7 +16,7 @@ PRAGMA foreign_keys = 1; -CREATE TBLE version( id integer PRIMARY KEY AUTOINCREMENT, version text NOT NULL, created date NOT NULL, notes text +CREATE TABLE version( id integer PRIMARY KEY AUTOINCREMENT, version text NOT NULL, created date NOT NULL, notes text ); INSERT INTO version(version, created, notes) -- 2.52.0