[mirrorbrain-commits] r7782 - /trunk/sql/schema-postgresql.sql

From: <poeml_at_mirrorbrain.org>
Date: Mon, 31 Aug 2009 13:43:43 -0000
Author: poeml
Date: Mon Aug 31 15:43:42 2009
New Revision: 7782

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7782&view=rev
Log:
schema-postgresql.sql: unify the indentation a bit

Modified:
    trunk/sql/schema-postgresql.sql

Modified: trunk/sql/schema-postgresql.sql
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/sql/schema-postgresql.sql?rev=7782&r1=7781&r2=7782&view=diff
==============================================================================
--- trunk/sql/schema-postgresql.sql (original)
+++ trunk/sql/schema-postgresql.sql Mon Aug 31 15:43:42 2009
@@ -16,7 +16,7 @@
 CREATE TABLE "filearr" (
         "id" serial NOT NULL PRIMARY KEY,
         "path" varchar(512) UNIQUE NOT NULL,
-	"mirrors" smallint[]
+        "mirrors" smallint[]
 );
 
 -- --------------------------------------------------------
@@ -74,9 +74,9 @@
 );
 
 CREATE TABLE "region" (
-    "id" serial NOT NULL PRIMARY KEY,
-    "code" varchar(2) NOT NULL,
-    "name" varchar(64) NOT NULL
+        "id" serial NOT NULL PRIMARY KEY,
+        "code" varchar(2) NOT NULL,
+        "name" varchar(64) NOT NULL
 );
 
 




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Mon Aug 31 2009 - 13:43:45 GMT

This archive was generated by hypermail 2.2.0 : Mon Aug 31 2009 - 13:45:09 GMT