text changes

This commit is contained in:
jackiettran
2026-01-21 19:20:07 -05:00
parent 420e0efeb4
commit 5d3c124d3e
31 changed files with 16387 additions and 4053 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
down: async (queryInterface, Sequelize) => {
console.log(
"Note: PostgreSQL does not support removing ENUM values. " +
"PostgreSQL does not support removing ENUM values. " +
"'requires_action' will remain in the enum but will not be used.",
);
},