move 'use regulatory' statement to the right file
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 11:09:09 +0000 (13:09 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 11:09:09 +0000 (13:09 +0200)
00-database.sql
01-regulatory.sql

index 8696d63..514b166 100644 (file)
@@ -1,4 +1,3 @@
 /* create database */
 
 create database if not exists regulatory;
-use regulatory;
index d0fab74..d1bc5fe 100644 (file)
@@ -1,3 +1,4 @@
+use regulatory;
 
 /* This is the DB schema of the CRDA database */