4 lines
103 B
SQL
4 lines
103 B
SQL
-- VaultDrop 001: Initial schema
|
|
-- This is a placeholder. Add your first CREATE TABLE here.
|
|
SELECT 1;
|