answer/cmd
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
..
answer update question 2023-04-04 16:54:28 +08:00
command.go fix(revision): Increase content field size in revision entity 2023-07-31 15:04:32 +08:00
main.go refactor(path): remove init for path ignore var 2023-05-29 12:14:33 +08:00
wire.go feat(plugin): Extracting the main function to answercmd pkg 2023-01-18 15:37:22 +08:00
wire_gen.go feat(admin): allow admin resend activation email 2023-07-11 12:08:30 +08:00