Commit Graph

3 Commits

Author SHA1 Message Date
blackst0ne bc00806a4e Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
Rémy Coutable 929c20c2bc
Make the time estimate migrations reversible
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-24 17:15:37 +01:00
Rémy Coutable 2bf5fe5ede Rename duplicate migrations and skip them if table/columns are already present
The time tracking feature was backported from EE to CE, thus the CE
migrations should be uniquely named and should skip the actual migration
content if the table/columns already exist (that means that the EE
migrations were already performed).

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-19 21:02:45 +00:00