Skip to content

Commit 61aade4

Browse files
committed
Bug fixes, initial postman exports
1 parent 5f84db1 commit 61aade4

File tree

6 files changed

+1179
-5
lines changed

6 files changed

+1179
-5
lines changed

Database.sql

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
-- Script Date: 10/5/2019 6:26 PM - ErikEJ.SqlCeScripting version 3.5.2.81
1+
-- Script Date: 10/6/2019 3:14 PM - ErikEJ.SqlCeScripting version 3.5.2.81
22
-- Database information:
33
-- Database: C:\ProgramData\PostmanDeliversData\GameDB.sqlite3
44
-- ServerVersion: 3.27.2
5-
-- DatabaseSize: 16 KB
5+
-- DatabaseSize: 32 KB
66
-- Created: 10/5/2019 4:02 PM
77

88
-- User Table information:
@@ -30,6 +30,15 @@ CREATE TABLE [Games] (
3030
, [PlayerOID] text NOT NULL
3131
, [GameState] bigint NOT NULL
3232
, [Winner] bigint NOT NULL
33+
, [SquareOne] text NULL
34+
, [SquareTwo] text NULL
35+
, [SquareThree] text NULL
36+
, [SquareFour] text NULL
37+
, [SquareFive] text NULL
38+
, [SquareSix] text NULL
39+
, [SquareSeven] text NULL
40+
, [SquareEight] text NULL
41+
, [SquareNine] text NULL
3342
);
3443
COMMIT;
3544

0 commit comments

Comments
 (0)