Initial commit
This commit is contained in:
7
src/db/models.ts
Normal file
7
src/db/models.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { DateTime } from "luxon";
|
||||
|
||||
export interface Migration {
|
||||
id: number;
|
||||
name: string;
|
||||
applied_at: DateTime;
|
||||
}
|
||||
Reference in New Issue
Block a user