Order database keys correctly

This commit is contained in:
Tobie Morgan Hitchcock 2023-03-04 10:51:19 +00:00
parent ab6eeca3dd
commit d8723bf03a

View file

@ -1,3 +1,4 @@
///
/// KV / /// KV /
/// NS /!ns{ns} /// NS /!ns{ns}
/// ///
@ -9,8 +10,8 @@
/// Database /*{ns}*{db} /// Database /*{ns}*{db}
/// DL /*{ns}*{db}!dl{us} /// DL /*{ns}*{db}!dl{us}
/// DT /*{ns}*{db}!dt{tk} /// DT /*{ns}*{db}!dt{tk}
/// SC /*{ns}*{db}!sc{sc}
/// PA /*{ns}*{db}!pa{pa} /// PA /*{ns}*{db}!pa{pa}
/// SC /*{ns}*{db}!sc{sc}
/// TB /*{ns}*{db}!tb{tb} /// TB /*{ns}*{db}!tb{tb}
/// LQ /*{ns}*{db}!lq{lq} /// LQ /*{ns}*{db}!lq{lq}
/// ///
@ -18,9 +19,9 @@
/// ST /*{ns}*{db}±{sc}!st{tk} /// ST /*{ns}*{db}±{sc}!st{tk}
/// ///
/// Table /*{ns}*{db}*{tb} /// Table /*{ns}*{db}*{tb}
/// FT /*{ns}*{db}*{tb}!ft{ft}
/// FD /*{ns}*{db}*{tb}!fd{fd}
/// EV /*{ns}*{db}*{tb}!ev{ev} /// EV /*{ns}*{db}*{tb}!ev{ev}
/// FD /*{ns}*{db}*{tb}!fd{fd}
/// FT /*{ns}*{db}*{tb}!ft{ft}
/// IX /*{ns}*{db}*{tb}!ix{ix} /// IX /*{ns}*{db}*{tb}!ix{ix}
/// LV /*{ns}*{db}*{tb}!lv{lv} /// LV /*{ns}*{db}*{tb}!lv{lv}
/// ///