Jake Moshenko
|
c4266140e2
|
Fix all of the upgrades and downgrades to work on both mysql and postgres.
|
2014-10-06 16:41:49 -04:00 |
|
Jake Moshenko
|
5c18ffe67d
|
Allow the namespace column to be null, and also non-unique. Fix the uncompressed size clobbering the size on the wire field. Add metadata constraints so that foreign key constraints get predictable names. Fix all downgrade migrations.
|
2014-10-02 10:46:20 -04:00 |
|
Jake Moshenko
|
ae9026ee91
|
MySQL will not allow us to revoke the possibility for the namespace_user column to be nullable.
|
2014-09-26 14:50:26 -04:00 |
|
Jake Moshenko
|
21d8c41320
|
Add the existing types to the alter column to make MySQL happy.
|
2014-09-26 12:58:03 -04:00 |
|
Jake Moshenko
|
e9745dbc96
|
Fix the SQL migration.
|
2014-09-26 11:17:42 -04:00 |
|
Jake Moshenko
|
03190efde3
|
Phase 2 of migrating repo namespaces to referencing user objects, backfilling the rows without a value for namespace_user, and changing all accesses to go through the namespace_user object. All tests are passing, manual testing still required.
|
2014-09-24 18:01:35 -04:00 |
|