+1
migrations/1765096422_create_posts_by_uri_table.down.cql
+1
migrations/1765096422_create_posts_by_uri_table.down.cql
···
1
+
DROP TABLE IF EXISTS posts_by_uri;
+8
migrations/1765096422_create_posts_by_uri_table.up.cql
+8
migrations/1765096422_create_posts_by_uri_table.up.cql
+1
migrations/1765096432_create_posts_by_actor_table.down.cql
+1
migrations/1765096432_create_posts_by_actor_table.down.cql
···
1
+
DROP TABLE IF EXISTS posts_by_actor;
+9
migrations/1765096432_create_posts_by_actor_table.up.cql
+9
migrations/1765096432_create_posts_by_actor_table.up.cql
+1
migrations/1765096746_images_by_post.down.cql
+1
migrations/1765096746_images_by_post.down.cql
···
1
+
DROP TABLE IF EXISTS images_by_post;
+9
migrations/1765096746_images_by_post.up.cql
+9
migrations/1765096746_images_by_post.up.cql
+1
migrations/1765097328_likes_by_post.down.cql
+1
migrations/1765097328_likes_by_post.down.cql
···
1
+
DROP TABLE IF EXISTS likes_by_post;
+7
migrations/1765097328_likes_by_post.up.cql
+7
migrations/1765097328_likes_by_post.up.cql
+1
migrations/1765097334_likes_by_actor.down.cql
+1
migrations/1765097334_likes_by_actor.down.cql
···
1
+
DROP TABLE IF EXISTS likes_by_actor;
+7
migrations/1765097334_likes_by_actor.up.cql
+7
migrations/1765097334_likes_by_actor.up.cql
+1
migrations/1765097358_post_interaction_counts.down.cql
+1
migrations/1765097358_post_interaction_counts.down.cql
···
1
+
DROP TABLE IF EXISTS post_interaction_counts;