Skip to content

Commit

Permalink
bug 780972 adding rapid beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
selenamarie committed Dec 20, 2012
1 parent 3ec9f80 commit fc92457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/upgrade/31.0/add_webrtmobile.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ IF NOT FOUND THEN

PERFORM add_new_product('WebAppRuntimeMobile','16.0','{[email protected]}','webapprtmobile');

UPDATE products SET rapid_beta_version = '999.0' where release_name = 'webapprtmobile';

INSERT INTO transform_rules
(category, rule_order, predicate, predicate_args,
predicate_kwargs, action, action_args, action_kwargs)
Expand Down

0 comments on commit fc92457

Please sign in to comment.