From: Laury GvR Date: Tue, 18 Oct 2016 17:13:31 +0000 (-0400) Subject: Undid unnecessary change to default input on db creation X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=63be9aa0dde6ec942320cb3d9b9210dcc484da2c;p=WP-Plugins%2Fglm-member-db-conditions.git Undid unnecessary change to default input on db creation --- diff --git a/setup/databaseScripts/create_database_V0.0.2.sql b/setup/databaseScripts/create_database_V0.0.2.sql index a4e0faa..4ffbc40 100644 --- a/setup/databaseScripts/create_database_V0.0.2.sql +++ b/setup/databaseScripts/create_database_V0.0.2.sql @@ -47,7 +47,7 @@ INSERT INTO {prefix}conditions ( id, name, last_update, descr_short, descr ) VAL ( 9, 'Bridge Closed - Falling Ice', NOW(), "Currently the Mackinac Bridge is closed to all traffic. We are experiencing falling ice from the cables and towers on the bridge.","Currently the Mackinac Bridge is closed to all traffic. We are experiencing falling ice from the cables and towers on the bridge.\nMotorists are advised to reduce their speed to 20 miles per hour as they approach the bridge and be prepared to stop. Bridge personnel are stationed at both ends of the structure to provide instructions.\nThe Mackinac Bridge Authority is monitoring the conditions at various points along the structure. When conditions improve, the bridge will be reopened to traffic. If you are planning to travel to the Straits area, please tune to AM 530 or 1610." ), ( 10, 'Fog Warning', NOW(),"Currently we are experiencing fog in the Straits area. ","Currently we are experiencing fog in the Straits area. Due to limited visibility, motorists crossing the Mackinac Bridge are advised to reduce their speed to a maximum of 20 miles per hour, turn on their low-beam headlights, and exercise appropriate caution.\nThe Mackinac Bridge Authority is monitoring conditions at various points along the structure. Additional steps will be implemented if conditions change. If you are planning to travel to the Straits area, please tune to AM 530 or 1610 for updates. \n" ), ( 11, 'Blowing Snow Warning', NOW(), "Currently we are experiencing blowing snow in the Straits area.", "Currently we are experiencing blowing snow in the Straits area. Due to limited visibility it is necessary to issue a warning to all motorists preparing to cross the Mackinac Bridge. In addition to limited visibility, the road surface may be slippery.\nMotorists are instructed to reduce their speed to a maximum of 20 miles per hour, turn on your low-beam headlights, and exercise appropriate caution.\nThe Mackinac Bridge Authority is monitoring conditions at various points along the structure. Additional steps will be implemented if conditions change. If you are planning to travel to the Straits area, please tune to AM radio 530 or 1610 for updates." ), -( 12, 'Additional Condition', NOW(),"Additional Condition information","Additional Condition information" ) +( 12, 'Special Condition', NOW(),"Special Condition information","Special Condition information" ) ; ----