Browse Source

db_scripts: fixed emtry function

drop_requests
Sergey Safarov 8 years ago
committed by lazedo
parent
commit
292e4033fb
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      kamailio/db_scripts/mysql-specific
  2. +2
    -0
      kamailio/db_scripts/postgres-specific

+ 2
- 0
kamailio/db_scripts/mysql-specific View File

@ -6,6 +6,8 @@ EOF
} }
sql_setup() { sql_setup() {
cat << EOF
EOF
} }
sql_header() { sql_header() {


+ 2
- 0
kamailio/db_scripts/postgres-specific View File

@ -6,6 +6,8 @@ EOF
} }
sql_setup() { sql_setup() {
cat << EOF
EOF
} }
sql_header() { sql_header() {


Loading…
Cancel
Save