Compare commits

...

3 Commits

2 changed files with 3 additions and 1 deletions

View File

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

2
debian/control vendored
View File

@ -14,6 +14,8 @@ Depends: ${misc:Depends},
eole-db,
eole-postgresql,
python3-aiohttp,
python3-asyncpg,
python3-cheetah,
risotto-user,
risotto-setting,
risotto-provider,