From d3279088e3a816db2c254b957159d5b697dc0f62 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 10 Jul 2022 11:05:51 -0400 Subject: colonies: Fully support {meta, user}-data cloud-init should be able to use this as a seed to properly set up the Planet. --- migrations/20220710145536_planet_metadata.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/20220710145536_planet_metadata.sql (limited to 'migrations') 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 +); -- cgit v1.2.3