feat: move creation entry config to database
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use crate::runtime::analytics_date_dimension::analytics_date_dimension;
|
||||
use crate::runtime::creation_entry_config::{creation_entry_config, creation_entry_type_config};
|
||||
use crate::*;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use spacetimedb::sats::de::serde::DeserializeWrapper;
|
||||
@@ -167,6 +168,8 @@ macro_rules! migration_tables {
|
||||
ai_task_event,
|
||||
runtime_snapshot,
|
||||
runtime_setting,
|
||||
creation_entry_config,
|
||||
creation_entry_type_config,
|
||||
user_browse_history,
|
||||
profile_dashboard_state,
|
||||
profile_wallet_ledger,
|
||||
|
||||
Reference in New Issue
Block a user