answer/internal/migrations
LinkinStars 4004c0b674 fix(revision): Increase content field size in revision entity
Modified the "content" field in the "revision_entity.go" file from 'TEXT' to 'MEDIUMTEXT'. Added a new migration file "v14.go" to handle the transition of the database 'content' field to 'MEDIUMTEXT'. Also adapted the 'command.go' and 'migrations.go' files to handle the new migration. These changes were necessary to accommodate larger revision content sizes.
2023-07-31 15:04:32 +08:00
..
init.go feat(init): set default privileges when init 2023-07-04 14:33:31 +08:00
init_data.go feat(init): set default privileges when init 2023-07-04 14:33:31 +08:00
migrations.go fix(revision): Increase content field size in revision entity 2023-07-31 15:04:32 +08:00
v1.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v2.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v3.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v4.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v5.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v6.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v7.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v8.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v9.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v10.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v11.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v12.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v13.go feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
v14.go fix(revision): Increase content field size in revision entity 2023-07-31 15:04:32 +08:00