Add semi-colon to admin table in schema.

This commit is contained in:
Paul Dill 2017-03-08 20:34:35 +00:00
parent 5a8b5ecc2d
commit 345edaa5d6
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ CREATE TABLE PendingTransactions (
CREATE TABLE Administrators (
UserId INTEGER PRIMARY KEY UNIQUE NOT NULL,
FOREIGN KEY (UserId) REFERENCES Users (UserId)
)
);