remove comments

merge-requests/35/merge
James R Miller 2019-08-18 19:25:35 -05:00
parent 382352f412
commit aa4ae5473f
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@
PRAGMA foreign_keys = ON;
-- CREATE TABLE alignments (
-- alignments_id INTEGER PRIMARY KEY,
-- "name" TEXT UNIQUE NOT NULL, -- 'Lawful Good'
-- abbr TEXT UNIQUE NOT NULL -- 'LG'
-- );
BEGIN TRANSACTION;
INSERT INTO alignments VALUES(1,'Lawful Good','LG');
INSERT INTO alignments VALUES(2,'Neutral Good','NG');