PgSQL diff patch from wries
[dbsrgits/SQL-Translator.git] / t / 49xml-to-pg-samefield.t
index 4ec2644..2b4a8f8 100644 (file)
@@ -38,8 +38,6 @@ CREATE TABLE "one" (
   "same" character varying(100) DEFAULT 'hello' NOT NULL
 );
 
-
-
 DROP TABLE "two" CASCADE;
 CREATE TABLE "two" (
   "same" character varying(100) DEFAULT 'hello' NOT NULL