We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 089d788 + ab91dd4 commit 96c6a99Copy full SHA for 96c6a99
db/migrations/1719489409922-Data.js
@@ -0,0 +1,11 @@
1
+module.exports = class Data1719489409922 {
2
+ name = 'Data1719489409922'
3
+
4
+ async up(db) {
5
+ await db.query(`ALTER TABLE "collection_entity" ADD "base_uri" text`)
6
+ }
7
8
+ async down(db) {
9
+ await db.query(`ALTER TABLE "collection_entity" DROP COLUMN "base_uri"`)
10
11
+}
0 commit comments