mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
relax relationship between corrosion service, init cluster with new store
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-- cluster table stores the key-value pairs of the cluster configuration.
|
||||
CREATE TABLE cluster
|
||||
(
|
||||
key TEXT NOT NULL PRIMARY KEY,
|
||||
value ANY
|
||||
);
|
||||
|
||||
CREATE TABLE machines
|
||||
(
|
||||
id TEXT NOT NULL PRIMARY KEY,
|
||||
|
||||
Reference in New Issue
Block a user