From 2031cbec2a9fc6e560bf629020cae9ccbd38dc86 Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Tue, 14 Mar 2023 17:44:56 -0600 Subject: [PATCH] Minor fixes, ready for beta v0.4.1~1 --- scripts/procedures/main.ts | 11 ----------- scripts/procedures/migrations.ts | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 scripts/procedures/main.ts diff --git a/scripts/procedures/main.ts b/scripts/procedures/main.ts deleted file mode 100644 index 33e809f..0000000 --- a/scripts/procedures/main.ts +++ /dev/null @@ -1,11 +0,0 @@ -// import { types as T, util } from "../deps.ts"; - -// export const main: T.ExpectedExports.main = async (effects) => { -// await effects.runDaemon( -// { -// command: "docker_entrypoint.sh", -// args: [], -// }, -// ).wait(); -// return util.ok; -// }; \ No newline at end of file diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index f0d1160..68baa91 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = compat.migrations - .fromMapping({}, "0.4.1" ); + .fromMapping({}, "0.4.1.1" );