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

Data Model: Post tags #315

Closed
2 tasks
ErisDS opened this issue Jul 27, 2013 · 1 comment
Closed
2 tasks

Data Model: Post tags #315

ErisDS opened this issue Jul 27, 2013 · 1 comment
Assignees
Milestone

Comments

@ErisDS
Copy link
Member

ErisDS commented Jul 27, 2013

Create the new tables for post tags

Add new tables:

  • Add the Tag table (spec below)
  • Add the PostTag table (spec below)

Tag

  • id
  • uuid
  • name (string)
  • slug (string)
  • parent (id)
  • timestamps

Post Tag

  • id
  • post_id
  • tag_id
  • uuid?
  • timestamps?
@ErisDS
Copy link
Member Author

ErisDS commented Jul 27, 2013

Would be good to get this done on the data-migrations branch in the 002.js files before we merge them in to master

@ghost ghost assigned ErisDS Aug 1, 2013
ErisDS added a commit to ErisDS/Ghost that referenced this issue Aug 3, 2013
closes TryGhost#171, closes TryGhost#314, closes TryGhost#315

- added settings for blog logo and icon
- all other settings will need to be added as needed as it's impossible to guess what the default value should be
- added tables for post tags
- added tables for post custom data
- added location column to users
- fixeed minor bug in migrations
@ErisDS ErisDS closed this as completed in 2a5e7ad Aug 5, 2013
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

No branches or pull requests

1 participant