few sql files needed modification as our patches are not lined up with each other

git-svn-id: http://wush.net/svn/range/software/public/subscriberRegistry/trunk@5403 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl 2013-05-10 06:41:07 +00:00
parent c639e88b68
commit 1b964bd0c9
1 changed files with 7 additions and 0 deletions

View File

@ -99,3 +99,10 @@ a3_a8 varchar(45) default NULL,
primary key(id) primary key(id)
) )
; ;
create table if not exists 'rates'
(
service varchar(30) not null,
rate integer not null
)
;