Ver código fonte

[web] create project-history indexes in Server Pro and CE (#23122)

GitOrigin-RevId: f361d3509037ea8b5e7af186895066a81f6b2922
Jakob Ackermann 1 ano atrás
pai
commit
54c70e9311

+ 1 - 1
services/web/migrations/20190912145018_create_projectHistoryFailures_indexes.mjs

@@ -2,7 +2,7 @@
 
 import Helpers from './lib/helpers.mjs'
 
-const tags = ['saas']
+const tags = ['server-ce', 'server-pro', 'saas']
 
 const indexes = [
   {

+ 1 - 1
services/web/migrations/20190912145019_create_projectHistoryLabels_indexes.mjs

@@ -2,7 +2,7 @@
 
 import Helpers from './lib/helpers.mjs'
 
-const tags = ['saas']
+const tags = ['server-ce', 'server-pro', 'saas']
 
 const indexes = [
   {

+ 1 - 1
services/web/migrations/20190912145021_create_projectHistorySyncState_indexes.mjs

@@ -2,7 +2,7 @@
 
 import Helpers from './lib/helpers.mjs'
 
-const tags = ['saas']
+const tags = ['server-ce', 'server-pro', 'saas']
 
 const indexes = [
   {