projects
/
nutratech
/
nt-sqlite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff051d
)
test travis err
author
gamesguru
<mathmuncher11@gmail.com>
Wed, 30 Sep 2020 14:20:25 +0000
(10:20 -0400)
committer
gamesguru
<mathmuncher11@gmail.com>
Wed, 30 Sep 2020 14:20:25 +0000
(10:20 -0400)
sql/tables.sql
patch
|
blob
|
history
diff --git
a/sql/tables.sql
b/sql/tables.sql
index 14c56b76df95bee13ed586da2c42ec6bc300ac7c..033faee07d58fabb3295a135ac3e15c162c95b08 100644
(file)
--- a/
sql/tables.sql
+++ b/
sql/tables.sql
@@
-16,7
+16,7
@@
PRAGMA foreign_keys = 1;
-CREATE T
A
BLE version( id integer PRIMARY KEY AUTOINCREMENT, version text NOT NULL, created date NOT NULL, notes text
+CREATE TBLE version( id integer PRIMARY KEY AUTOINCREMENT, version text NOT NULL, created date NOT NULL, notes text
);
INSERT INTO version(version, created, notes)