Skip to main content
Module

x/dropserver_app/migrations.ts>MigrationFunction

Library that helps you create Dropserver applications
Latest
type alias MigrationFunction
import { type MigrationFunction } from "https://deno.land/x/dropserver_app@v0.2.1/migrations.ts";

function used to migrate appspace data from one schema to the next or previous.

definition: () => Promise<void>