chore: rename quicproquo → quicprochat in Rust workspace
Rename all crate directories, package names, binary names, proto package/module paths, ALPN strings, env var prefixes, config filenames, mDNS service names, and plugin ABI symbols from quicproquo/qpq to quicprochat/qpc.
This commit is contained in:
4
crates/quicprochat-server/migrations/006_kt_log.sql
Normal file
4
crates/quicprochat-server/migrations/006_kt_log.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS kt_log (
|
||||
id INTEGER PRIMARY KEY CHECK (id = 1),
|
||||
log_data BLOB NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user