We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e2418 commit 6f8e3f5Copy full SHA for 6f8e3f5
db/go/20210719190719_update_filesyncer.go
@@ -13,6 +13,7 @@ func initialize20210719190719() {
13
}
14
15
16
+// Up20210719190719 updates the workspace templates to use new v1.0.0 of filesyncer
17
func Up20210719190719(tx *sql.Tx) error {
18
// This code is executed when the migration is applied.
19
if err := updateWorkspaceTemplateManifest(
@@ -38,6 +39,7 @@ func Up20210719190719(tx *sql.Tx) error {
38
39
vscodeWorkspaceTemplateName)
40
41
42
+// Down20210719190719 rolls back the change to update filesyncer
43
func Down20210719190719(tx *sql.Tx) error {
44
// This code is executed when the migration is rolled back.
45
0 commit comments