feat: allow create global table through sql
Summary
- Earlier it was disallowed to create global table through sql
create table
command. This mr updates sbroad submodule, where it is allowed to create global table.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
(if Lua API changed) Lua API version is bumped inluamod.rs
-
A follow-up doc issue is created: docs#85 (closed)
Edited by Arseniy Volynets