abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io
806 stars 150 forks source link

Fix the schema issues to actually work with the code... #12

Closed snicker closed 9 years ago

snicker commented 10 years ago

The case was off and several columns were not being created when using the schema for SQL. I updated it to match the postgresql schema. Fixes issues people are discussing in #9

desyncr commented 9 years ago

This should be closed given that #16 was merged and we don't use raw SQL anymore.

desyncr commented 9 years ago

I'm closing this PR for the reasons given above. With sequelize's migrations, seed data and models there is no need anymore for raw SQL code.

Thanks for contributing anyways!