mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add print_sql_schema ejabberdctl command
This commit is contained in:
parent
6eff14a71d
commit
66d701e788
26 changed files with 293 additions and 139 deletions
|
@ -68,3 +68,8 @@
|
|||
update = []}).
|
||||
-record(sql_references, {table :: binary(),
|
||||
column :: binary()}).
|
||||
|
||||
-record(sql_schema_info,
|
||||
{db_type :: pgsql | mysql | sqlite,
|
||||
db_version :: any(),
|
||||
new_schema = true :: boolean()}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue