We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d019195 commit 7b5ad8aCopy full SHA for 7b5ad8a
server/src/database-backend/migrations.ts
@@ -778,7 +778,7 @@ export default class DatabaseBackendMigrations {
778
779
const queryInterface = this.backend._conn.getQueryInterface();
780
781
- await queryInterface.changeColumn("History", "type", DataTypes.TEXT);
+ await queryInterface.changeColumn("History", "type", DataTypes.STRING(20));
782
783
await this.backend.history.HistoryModel.update({ type: "Map" }, { where: { type: "Pad" } });
784
0 commit comments