quickfix: missing UNIQUE in peers

This commit is contained in:
Sven Sauleau 2023-02-02 16:25:06 +00:00
parent ef5848bb1d
commit 07cc3cc55c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- Migration number: 0003 2023-02-02T15:03:27.478Z
CREATE TABLE IF NOT EXISTS peers (
domain TEXT NOT NULL
domain TEXT UNIQUE NOT NULL
);