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 19, 2012
1 parent 3ec9f80 commit ab35a5c
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','{webapprtmobile@mozilla.com}','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 ab35a5c

Please sign in to comment.