This website requires JavaScript.
Explore
Help
Sign In
ODWRTW
/
canape
Watch
2
Star
2
Fork
0
You've already forked canape
Code
Issues
3
Pull Requests
1
Releases
Activity
canape
/
sql
/
migration
/
0005__user_activation.down.sql
Grégoire Delattre
9aebee2c4a
Add an "activated" field in the user table
2017-08-13 08:00:28 +02:00
2 lines
41 B
SQL
Raw
Blame
History
ALTER
TABLE
users
DROP
COLUMN
activated
;
Reference in New Issue
View Git Blame
Copy Permalink