gitea
8afc3e949f
Made db:seed fail gracefully
2016-02-02 18:41:14 +08:00
gitea
0c2e8179e2
isfolded column, uuid instead of int for id
2016-02-02 13:25:24 +08:00
gitea
8678dd220b
Server uses demo data
2016-02-02 13:24:44 +08:00
gitea
84a86facfc
Add defaults to model
2016-01-29 13:08:18 +08:00
gitea
7bcec8bcf2
Updated versions
2016-01-22 17:18:04 +08:00
DC*
64cea269a9
Initial heroku integration
2014-08-14 00:08:12 -03:00
DC*
ebab3b60a8
Changed configuration parameters' names to match sequelize nomemclature
...
Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres)
Added production-like example configuration
2014-08-08 00:47:38 -03:00
DC*
7312c1b8bb
Introduce sequelize migrations to create and migrate database tables and removed database scripts. See http://sequelizejs.com/docs/latest/migrations
...
Created seeds to initialize database with dummy tasks.
Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config
Updated README.md to reflect changes.
2014-08-08 00:15:44 -03:00