diff --git a/schema.sql b/schema.sql index 078fecb..04a18ca 100644 --- a/schema.sql +++ b/schema.sql @@ -83,4 +83,4 @@ CREATE TABLE PendingTransactions ( CREATE TABLE Administrators ( UserId INTEGER PRIMARY KEY UNIQUE NOT NULL, FOREIGN KEY (UserId) REFERENCES Users (UserId) -) +);