]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/migrations/0400-user-theme.ts
WIP plugins: load theme on client side
[github/Chocobozzz/PeerTube.git] / server / initializers / migrations / 0400-user-theme.ts
index 2c176389032c0588e25c7c9ae8109b35a31e031f..f74d76115319394553b59efa7907eedc281cad57 100644 (file)
@@ -9,7 +9,7 @@ async function up (utils: {
   const data = {
     type: Sequelize.STRING,
     allowNull: false,
-    defaultValue: 'default'
+    defaultValue: 'instance-default'
   }
 
   await utils.queryInterface.addColumn('user', 'theme', data)