Compare commits

..

No commits in common. "d7af784926fa132599a2a16a8840ab942cd47825" and "71bbc42786b5dc5d2bbfe164b87aed066aab725b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ CREATE TABLE Server (
CREATE TABLE Source ( CREATE TABLE Source (
SourceId SERIAL PRIMARY KEY, SourceId SERIAL PRIMARY KEY,
SourceName VARCHAR(255) NOT NULL UNIQUE, SourceName VARCHAR(255) NOT NULL UNIQUE,
SourceDirectory TEXT SourceURL TEXT
); );
-- Release -- Release