mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Change spacing in init_db.sql and add comment on table creation
This commit is contained in:
parent
3354a7d5f2
commit
31ee935628
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
## Beschreibung
|
||||
Mit diesem Plugin ist es moeglich, die Alarmierungen in einer Mysql / Mariadb Datenbank zu speichern.
|
||||
Das Plugin legt die Tabelle "boswatch" selbststaendig an, wenn diese nicht vorhanden ist.
|
||||
|
||||
## Unterstütze Alarmtypen
|
||||
- Fms
|
||||
|
|
|
|||
|
|
@ -32,3 +32,4 @@ create table boswatch
|
|||
);
|
||||
create unique index boswatch_id_uindex
|
||||
on boswatch (id);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue