Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user:kluong:migrating_time_received_to_utc [2022/02/16 19:59] kluong |
user:kluong:migrating_time_received_to_utc [2022/02/17 01:28] (current) kluong |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Background ===== | ===== Background ===== | ||
+ | Reference from chat: | ||
<code> | <code> | ||
Line 15: | Line 16: | ||
In the production database we need to modify the "time_received" column for multiple table. | In the production database we need to modify the "time_received" column for multiple table. | ||
- | Something like this would work: | + | If we had migrations for the service setup, it would be a bit easier to make this modification, but running manal commands shouldn't be too bad. Something like this would work: |
<code> | <code> |