You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closesTryGhost#2354
refs TryGhost#1641
- added addUnique()
- added dropUnique()
- added addColumn() -> needed for TryGhost#2330
- dropColumn() is missing due to lack of knex support
- further cleanup of the migrations module
As part of the multi-user project (0.6) we will need to make some changes to the user schema.
Making column modifications will require #601
name
field unique constraint needs to be removedslug
field needs to have a unique constraint addedThe text was updated successfully, but these errors were encountered: