Skip to content
Snippets Groups Projects
Commit faa97993 authored by Bayu Samudra's avatar Bayu Samudra
Browse files

fix: updating column name

parent 8ba4a76f
No related merge requests found
Pipeline #51597 passed with stages
in 2 minutes and 23 seconds
-- +migrate Up
ALTER TABLE public."user"
RENAME username TO email;
-- +migrate Down
ALTER TABLE public."user"
RENAME email TO username;
-- +migrate Up
ALTER TABLE public."user"
RENAME username TO email;
-- +migrate Down
ALTER TABLE public."user"
RENAME email TO username;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment