Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User schema changes #2354

Closed
ErisDS opened this issue Mar 7, 2014 · 1 comment · Fixed by #2931
Closed

User schema changes #2354

ErisDS opened this issue Mar 7, 2014 · 1 comment · Fixed by #2931
Assignees

Comments

@ErisDS
Copy link
Member

ErisDS commented Mar 7, 2014

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

  • The name field unique constraint needs to be removed
  • The slug field needs to have a unique constraint added
  • More changes TBD
@ErisDS ErisDS added this to the 0.6 milestone Mar 7, 2014
@ErisDS ErisDS added the data label Mar 7, 2014
@jokeyrhyme
Copy link

If anyone is impatient for official multi-user support, there's a blog post here that suggests a temporary work-around: http://blog.nodejitsu.com/how-to-setup-a-multi-user-ghost-blog/

sebgie added a commit to sebgie/Ghost that referenced this issue Jun 12, 2014
closes TryGhost#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants