Ivan

Results 32 issues of Ivan

This table should represent the config on the storage side. Suggested struct is as follows: ``` CREATE TABLE config ( Name String NOT NULL, Value String, Default String, Source String,...