0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Sebastian Gierlinger c09c20ad8d Allow schema changes
closes #2354
refs #1641

- added addUnique()
- added dropUnique()
- added addColumn() -> needed for #2330
- dropColumn() is missing due to lack of knex support
- further cleanup of the migrations module
2014-06-12 17:25:55 +02:00
..
client Convert support links from forum to new support site 2014-06-12 12:52:01 +02:00
clientold Clean up routes. Use new slug endpoint in admin. 2014-05-28 03:59:06 +00:00
server Allow schema changes 2014-06-12 17:25:55 +02:00
shared
test Convert support links from forum to new support site 2014-06-12 12:52:01 +02:00
bootstrap.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
index.js Add try-catch to startup 2014-05-11 17:33:18 +01:00
server.js