Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
@@ -68,7 +68,7 @@ public static class Tables
|
||||
DROP TABLE IF EXISTS archivefiles;
|
||||
CREATE TABLE IF NOT EXISTS archivefiles (
|
||||
id SERIAL PRIMARY KEY,
|
||||
filename TEXT NOT NULL,
|
||||
originalname TEXT NOT NULL,
|
||||
path TEXT NOT NULL
|
||||
);
|
||||
""";
|
||||
|
||||
Reference in New Issue
Block a user