diff options
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/20220710145536_planet_metadata.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/migrations/20220710145536_planet_metadata.sql b/migrations/20220710145536_planet_metadata.sql new file mode 100644 index 0000000..8c52e33 --- /dev/null +++ b/migrations/20220710145536_planet_metadata.sql @@ -0,0 +1,5 @@ +-- Add migration script here +CREATE TABLE planet_metadata ( + uuid TEXT PRIMARY KEY, + hostname TEXT NOT NULL +); |