lume/src-tauri/migrations/20230425023912_add_pubkey_to_channel.sql

3 lines
111 B
MySQL
Raw Normal View History

2023-04-25 03:17:36 +00:00
-- Add migration script here
-- add pubkey to channel
ALTER TABLE channels ADD pubkey TEXT NOT NULL DEFAULT '';