debugger_ui: Move DEBUGGER_PANEL_PREFIX
out of db
(#28768)
This PR moves the `DEBUGGER_PANEL_PREFIX` constant out of the `db` crate and into `debugger_ui`, since it is specific to that. Release Notes: - N/A
This commit is contained in:
parent
5e094553fa
commit
6f0951ff77
2 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
use sqlez_macros::sql;
|
||||
|
||||
use crate::{define_connection, query};
|
||||
pub static DEBUGGER_PANEL_PREFIX: &str = "debugger_panel_";
|
||||
|
||||
define_connection!(pub static ref KEY_VALUE_STORE: KeyValueStore<()> =
|
||||
&[sql!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue