Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



  • Migrations should automatically be wrapped in transactions by default
  • Migrations that require execution outside of a transaction (e.g. to enable augmenting non-DDL-safe things, such as ENUMs in PostgreSQL) should be explicitly marked
  • If you want to change selection, open document below and click on "Move attachment"

    Unknown title
    ptable if absolutely necessary Production databases are critical - NEVER RESET Migrating data (as well as DDL) is acceptable, but should be kept to fast operations (or trigger a background job) <span>Migrations should automatically be wrapped in transactions by default Migrations that require execution outside of a transaction (e.g. to enable augmenting non-DDL-safe things, such as ENUMs in PostgreSQL) should be explicitly marked Migrations should not pollute PostgreSQL global settings (e.g. use SET LOCAL rather than SET) Roles should be managed outside of migrations (since they can be shared between databases)


    Summary

    statusnot read reprioritisations
    last reprioritisation on suggested re-reading day
    started reading on finished reading on

    Details



    Discussion

    Do you want to join discussion? Click here to log in or create user.