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" );