-
Notifications
You must be signed in to change notification settings - Fork 186
Open
@DevDisco
Description
The down method now executes this SQL:
"ALTER TABLE users ADD COLUMN password VARCHAR(512) NOT NULL"
Should be:
"ALTER TABLE users DROP COLUMN password"
Metadata
Metadata
Assignees
Labels
No labels