Skip to content

Added group saved replies table

Phil Hughes requested to merge ph/groupSavedRepliesTable into master

What does this MR do and why?

Created a new table for group saved replies

#330098 (closed)

Migrations

Up
main: == [advisory_lock_connection] object_id: 117420, pg_backend_pid: 93535
main: == 20240201112236 CreateGroupSavedRepliesTable: migrating =====================
main: -- create_table(:group_saved_replies)
main: -- quote_column_name(:name)
main:    -> 0.0000s
main: -- quote_column_name(:content)
main:    -> 0.0000s
main:    -> 0.0260s
main: == 20240201112236 CreateGroupSavedRepliesTable: migrated (0.0644s) ============

main: == [advisory_lock_connection] object_id: 117420, pg_backend_pid: 93535
Down
main: == [advisory_lock_connection] object_id: 117020, pg_backend_pid: 92951
main: == 20240201112236 CreateGroupSavedRepliesTable: reverting =====================
main: -- drop_table(:group_saved_replies)
main:    -> 0.0142s
main: == 20240201112236 CreateGroupSavedRepliesTable: reverted (0.0282s) ============

main: == [advisory_lock_connection] object_id: 117020, pg_backend_pid: 92951

MR acceptance checklist

Screenshots or screen recordings

How to set up and validate locally

Edited by Phil Hughes

Merge request reports