mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-21 16:59:06 -05:00
fix: postgres create index before column exists
This commit is contained in:
parent
1804bee912
commit
6f1a4e7d76
|
@ -116,7 +116,6 @@ CREATE TABLE "tag" (
|
|||
);
|
||||
CREATE INDEX tag_event_id_idx ON tag USING btree (event_id, name);
|
||||
CREATE INDEX tag_value_idx ON tag USING btree (value);
|
||||
CREATE INDEX tag_value_hex_idx ON tag USING btree (value_hex);
|
||||
|
||||
-- NIP-05 Verfication table
|
||||
CREATE TABLE "user_verification" (
|
||||
|
|
Loading…
Reference in New Issue
Block a user