trilium/db/migrations/0034__source_ids.sql

5 lines
118 B
MySQL
Raw Normal View History

CREATE TABLE `source_ids` (
`source_id` TEXT NOT NULL,
`date_created` INTEGER NOT NULL,
PRIMARY KEY(`source_id`)
);