v0.3.2-pre.006
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE ksp_store_schema_migrations (
|
||||
version BIGINT PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
checksum TEXT NOT NULL,
|
||||
applied_at TIMESTAMPTZ NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user