Compare commits
No commits in common. "d7af784926fa132599a2a16a8840ab942cd47825" and "71bbc42786b5dc5d2bbfe164b87aed066aab725b" have entirely different histories.
d7af784926
...
71bbc42786
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue