Antoine Legrand
|
cdb3722c17
|
Use $QUAYPATH and $QUAYDIR in conf and init files
|
2017-07-05 16:23:54 +02:00 |
|
Jake Moshenko
|
17fc72d262
|
Switch postgres to a non-transactional DDL to allow us to use peewee to modify data in migrations: enterprise customers are running postgres migrations offline already. Move the image backfill script back to a migration since it will now work. Unify the interface to sending a DB URI to env.py for the migration script.
|
2014-11-18 14:07:33 -05:00 |
|
Joseph Schorr
|
29c30b336e
|
Move the uncompressed image size migration call outside of alembic, since it will sometimes deadlock with certain kinds of DBs (because alembic is running things inside a transaction)
|
2014-11-03 21:01:41 -05:00 |
|
Jake Moshenko
|
f049f738da
|
Run the db migrations on container start unless we're running against Sqlite.
|
2014-05-13 15:20:17 -04:00 |
|