mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-09 07:28:55 -07:00
7 lines
No EOL
149 B
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 |