bookie/schema.sql
Andrew Davidson 1f477041e0 Undoing structural changes... need to do something less complex
for this project

Revert "trying structure from thockin/go-build-template"

This reverts commit 38a5880202.
2018-01-05 12:09:14 -05:00

3 lines
110 B
SQL

CREATE TABLE bookmarks (url text not null primary key);
CREATE TABLE ingest (url text not null primary key);