CC-4375: DB Upgrade Error, from 2.0.3 to 2.2
-fixed
This commit is contained in:
parent
6b8cb52572
commit
1461178118
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ ALTER TABLE cc_files
|
||||||
|
|
||||||
DROP TABLE cc_access;
|
DROP TABLE cc_access;
|
||||||
|
|
||||||
DROP SEQUENCE cc_access_id_seq;
|
|
||||||
|
|
||||||
CREATE FUNCTION airtime_to_int(chartoconvert character varying) RETURNS integer
|
CREATE FUNCTION airtime_to_int(chartoconvert character varying) RETURNS integer
|
||||||
AS
|
AS
|
||||||
'SELECT CASE WHEN trim($1) SIMILAR TO ''[0-9]+'' THEN CAST(trim($1) AS integer) ELSE NULL END;'
|
'SELECT CASE WHEN trim($1) SIMILAR TO ''[0-9]+'' THEN CAST(trim($1) AS integer) ELSE NULL END;'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue