1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-01-01 23:08:44 +00:00
Plume/migrations/2018-05-03-163427_user_add_keys/up.sql

3 lines
135 B
SQL

-- Your SQL goes here
ALTER TABLE users ADD COLUMN private_key TEXT;
ALTER TABLE users ADD COLUMN public_key TEXT NOT NULL DEFAULT '';