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:
Marshall Bowers 2025-04-15 10:59:42 -04:00 committed by GitHub
parent 5e094553fa
commit 6f0951ff77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View file

@ -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!(