The very basic client app, not adapted for mobiles.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE IF NOT EXISTS options (
|
||||
key VARCHAR(1024) NOT NULL UNIQUE,
|
||||
value VARCHAR(8192)
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE IF EXISTS options;
|
Reference in New Issue
Block a user