Jenkins User
63da7459f0
db-schema dump: snapshot Sat Apr 21 06:09:57 +0200 2012
13 years ago
Jenkins User
84c14464db
db-schema dump: snapshot Fri Apr 20 06:09:34 +0200 2012
13 years ago
Jenkins User
e6ce71d0aa
db-schema dump: snapshot Thu Apr 19 06:09:37 +0200 2012
13 years ago
Jenkins User
1515914b21
db-schema dump: snapshot Wed Apr 18 06:09:17 +0200 2012
13 years ago
Daniel Tiefnig
3c99faea2f
replace emerg_ac by emergency_prefix, add emergency_suffix, drop svc_ac
13 years ago
Jenkins User
4cadc784c7
db-schema dump: snapshot Tue Apr 17 06:09:27 +0200 2012
13 years ago
Jenkins User
bcec8be766
db-schema dump: snapshot Tue Apr 17 02:35:25 +0200 2012
13 years ago
Jenkins User
a813138d69
db-schema dump: snapshot Tue Apr 17 00:16:38 +0200 2012
13 years ago
Jenkins User
0b6cee9db5
db-schema dump: snapshot Mon Apr 16 23:58:20 +0200 2012
13 years ago
Jenkins User
17118e5d24
db-schema dump: snapshot Mon Apr 16 23:27:33 +0200 2012
13 years ago
Michael Prokop
431ef9cdec
ignore: modify dump.db to test upload procedure
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Jenkins User
cbf4e8898e
initial checkin of dump.db
13 years ago
Michael Prokop
0a1f7265fd
create schmema directory
13 years ago
Andreas Granig
87023a41a2
Add statistics table.
13 years ago
Michael Prokop
323317c17c
Release new version 0.1.3
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
4f39eeb35d
Drop grant specific code
...
The way it is now won't provide any benefit, so let's just drop it.
Let's see how we can resolve this issue in the installer...
Thanks for review + comments, Andrew
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
7518773132
Release new version 0.1.2
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
853870d974
Execute GRANT statement as sipwise user
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
a797075f13
Drop unnecessary postinst script
...
We don't actually use anything inside it and the printed "TODO"
isn't really something which should be kept :)
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
0a34a8ad43
Release new version 0.1.1
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
5acf468ba3
No need for global replacement (thx, Daniel)
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
03946ef229
Connect as user sipwise to ngcp database.
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
31c5b5bd54
fixes to latest commit
13 years ago
Andrew Pogrebennyk
6cfd0aa90a
add db rev scripts for kamailio dialog db backend
13 years ago
Andrew Pogrebennyk
fddef8f504
add db rev scripts for 2.6 release (moved from ossbss)
13 years ago
Michael Prokop
7fa2edf4d3
Release initial version 0.1.0
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
c6dece8f00
make fraud_interval_lock column NULL-able (sync to ossbss r8220)
13 years ago
Michael Prokop
d023c6fb2e
Fix VERBOSE usage (and while at it slightly rework it)
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
2ce1e82627
be even more specific
13 years ago
Michael Prokop
d41d6276a9
Send error message to stderr
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
07943bac63
ngcp-update-db-schema: test for "localhost" hostname and fall back to hostname(1)
...
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
a6ff560d8a
logging improvements, be not so verbose by default
13 years ago
Andrew Pogrebennyk
b6d98c7999
reword printable messages to avoid confusion WRT applied/registered rev
...
- hope Mika doesn't mind this ;-)
13 years ago
Andrew Pogrebennyk
322fe4d5ba
do not use "create table .. like" statement
...
due to the order of operations in the installer the database is already
updated to the latest state at the point we run ngcp-update-db-schema
this is not what we want, because then not_replicated statements fail:
Applying revision script /usr/share/ngcp-db-schema/db_scripts/base/6435_not_replicated.up:
ERROR 1060 (42S21) at line 3: Duplicate column name 'time_hires' failed. :(
13 years ago
Michael Prokop
c5b2224ed1
Remove deprecated language_strings.txt
...
Credits to Andrew
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
5a640fac05
attempt to fix CE deployment (as in "nothing to do on active node")
13 years ago
Andrew Pogrebennyk
1a4597766c
that should be all for separating replicated and not replicated rev scripts
13 years ago
Michael Prokop
3d94a0e561
Implement logic for executing *_not_replicated.up scripts on all nodes
...
Needs review
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
6edc68ade1
separate replicated and not replicated db rev scripts
13 years ago
Michael Prokop
905dde658f
Renames for not-replicated stuff
...
We settled on the _not_replicated.{up,down} suffix:
Acked-by: Daniel Tiefnig
Acked-by: Andreas Granig
Signed-off-by: Andrew Pogrebennyk
13 years ago
Michael Prokop
6b1c36c2ab
Provide 5670.up as 5670_grants_dbs.template
...
Grant management--
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
add8bac059
ngcp-update-db-schema: prompt for confirmation if db_schema is empty
...
See https://bugtracker.sipwise.com/view.php?id=1071
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
eaf9567013
get rid of legacy file grants_proxies_kamailio
...
- we don't need it, see https://bugtracker.sipwise.com/view.php?id=1071#c5435
13 years ago
Andrew Pogrebennyk
977fa4b377
oops.. fix syntax error
13 years ago
Andrew Pogrebennyk
29f8cede79
add grants for sems_prepaid to base schema files
...
- i really meant to commit all changes in one batch but part of them went
to r8162, apparently with wrong commit message;
- our grant management *really* sucks, i just hope that grants have been
put into proper shape now without breaking anything.
13 years ago
Andrew Pogrebennyk
177e54e699
add missing grant on billing.billing_zones_history
13 years ago
Michael Prokop
3e5bb9c8c9
Drop 7931 + 7938 rev scripts
...
They don't exist in ossbss any longer.
Thanks, Andrew
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Michael Prokop
644c0da5d1
ngcp-update-db-schema: reversing logic of ngcp-check_active check
...
Thanks, Andrew
From: Michael Prokop <mprokop@sipwise.com>
13 years ago
Andrew Pogrebennyk
cb2463927a
fix default billing profile creation
13 years ago
Andrew Pogrebennyk
0d0b6812d4
rollback r8111
13 years ago