Koito/db/migrations/old/20250609_default_user.sql

7 lines
No EOL
149 B
SQL

-- +goose Up
-- +goose StatementBegin
ALTER TABLE users DROP COLUMN password;
ALTER TABLE users ADD password BYTEA NOT NULL;
-- +goose StatementEnd