File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
packages/gitbook-v2/openNext/customWorkers Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 67
67
],
68
68
"durable_objects" : {
69
69
"bindings" : [
70
+ // We do not need to define migrations for external DOs,
71
+ // In fact, defining migrations for external DOs will crash
70
72
{
71
73
"name" : " NEXT_TAG_CACHE_DO_SHARDED" ,
72
74
"class_name" : " DOShardedTagCache" ,
73
75
"script_name" : " gitbook-open-v2-staging"
74
76
}
75
77
]
76
78
},
77
- "migrations" : [
78
- {
79
- "tag" : " v1" ,
80
- "new_sqlite_classes" : [" DOShardedTagCache" ]
81
- }
82
- ],
83
79
"tail_consumers" : [
84
80
{
85
81
"service" : " gitbook-x-staging-tail"
102
98
"durable_objects" : {
103
99
"bindings" : [
104
100
{
101
+ // We do not need to define migrations for external DOs,
102
+ // In fact, defining migrations for external DOs will crash
105
103
"name" : " NEXT_TAG_CACHE_DO_SHARDED" ,
106
104
"class_name" : " DOShardedTagCache" ,
107
105
"script_name" : " gitbook-open-v2-production"
108
106
}
109
107
]
110
108
},
111
- "migrations" : [
112
- {
113
- "tag" : " v1" ,
114
- "new_sqlite_classes" : [" DOShardedTagCache" ]
115
- }
116
- ],
117
109
"tail_consumers" : [
118
110
{
119
111
"service" : " gitbook-x-prod-tail"
You can’t perform that action at this time.
0 commit comments