for this project
Revert "trying structure from thockin/go-build-template"
This reverts commit 38a5880202
.
3 lines
110 B
SQL
3 lines
110 B
SQL
CREATE TABLE bookmarks (url text not null primary key);
|
|
CREATE TABLE ingest (url text not null primary key);
|
|
|