chore: Clean up wrangler.toml D1/DO migrations
This commit is contained in:
@@ -25,20 +25,20 @@ class_name = "AnilistDo"
|
||||
|
||||
[[migrations]]
|
||||
tag = "v1"
|
||||
new_classes = ["AniwatchApiContainer"]
|
||||
|
||||
[[migrations]]
|
||||
tag = "<v2>"
|
||||
deleted_classes = ["AniwatchApiContainer"]
|
||||
new_classes = ["AnilistDo"]
|
||||
|
||||
#[[migrations]]
|
||||
#tag = "<v2>"
|
||||
#deleted_classes = ["AniwatchApiContainer"]
|
||||
#new_classes = ["AnilistDo"]
|
||||
[[migrations]]
|
||||
tag = "v3"
|
||||
deleted_classes = ["AnilistDo"]
|
||||
|
||||
#[[migrations]]
|
||||
#tag = "v3"
|
||||
#deleted_classes = ["AnilistDo"]
|
||||
|
||||
#[[migrations]]
|
||||
#tag = "v4"
|
||||
#new_sqlite_classes = ["AnilistDo"]
|
||||
[[migrations]]
|
||||
tag = "v4"
|
||||
new_sqlite_classes = ["AnilistDo"]
|
||||
|
||||
[[queues.producers]]
|
||||
queue = "anilist-updates"
|
||||
|
||||
Reference in New Issue
Block a user