This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
db_scripts: fixed emtry function
drop_requests
Sergey Safarov
8 years ago
committed by
lazedo
parent
344d299efc
commit
292e4033fb
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kamailio/db_scripts/mysql-specific
+2
-0
kamailio/db_scripts/postgres-specific
+ 2
- 0
kamailio/db_scripts/mysql-specific
View File
@ -6,6 +6,8 @@ EOF
}
sql_setup() {
cat << EOF
EOF
}
sql_header() {
+ 2
- 0
kamailio/db_scripts/postgres-specific
View File
@ -6,6 +6,8 @@ EOF
}
sql_setup() {
cat << EOF
EOF
}
sql_header() {
Write
Preview
Loading…
Cancel
Save