mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
7 lines
115 B
SQL
7 lines
115 B
SQL
|
|
CREATE TABLE errorlog_level(
|
|
levelid NUMBER(10) DEFAULT 0 NOT NULL
|
|
);
|
|
|
|
grant select on errorlog_level to public;
|