more multi-tenancy
This commit is contained in:
@@ -151,8 +151,8 @@ diesel::table! {
|
||||
}
|
||||
|
||||
diesel::table! {
|
||||
tenants (tenant_id) {
|
||||
tenant_id -> Uuid,
|
||||
tenants (id) {
|
||||
id -> Uuid,
|
||||
slug -> Text,
|
||||
storage_root -> Nullable<Text>,
|
||||
quickwit_index -> Nullable<Text>,
|
||||
|
||||
Reference in New Issue
Block a user