Adds self-referencing post and post-vote tables, generated schema models, and an idempotent snapshot migration that preserves the legacy tables during the staged application cutover.
Adds self-referencing post and post-vote tables, generated schema models, and an idempotent snapshot migration that preserves the legacy tables during the staged application cutover.
Introduce additive post and post-vote tables with an idempotent legacy snapshot migration so the existing application remains compatible during the staged cutover.
Updated in c6b5d6a. The new posts schema, index, generated model, migration targets, and tests now use post_date; legacy questions.hunt_date remains only as the source column during migration.
Updated in c6b5d6a. The new posts schema, index, generated model, migration targets, and tests now use `post_date`; legacy `questions.hunt_date` remains only as the source column during migration.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds self-referencing post and post-vote tables, generated schema models, and an idempotent snapshot migration that preserves the legacy tables during the staged application cutover.
@@ -38,0 +50,4 @@title TEXT NOT NULL DEFAULT '',body TEXT NOT NULL,city TEXT NOT NULL DEFAULT '',hunt_date TEXT NOT NULL DEFAULT '',let's not call it hunt date. let's call it post_date.
Updated in
c6b5d6a. The new posts schema, index, generated model, migration targets, and tests now usepost_date; legacyquestions.hunt_dateremains only as the source column during migration.