Roll back massive unrelated test changeset introduced in 74b5397c
[dbsrgits/DBIx-Class.git] / t / 72pg_bytea.t
index 9a6e4de..ac5b9c4 100644 (file)
@@ -41,9 +41,7 @@ my $dbh = $schema->storage->dbh;
             id              serial       NOT NULL   PRIMARY KEY,
             bytea           bytea        NULL,
             blob            bytea        NULL,
-            blob2           bytea        NULL,
             clob            text         NULL,
-            clob2           text         NULL,
             a_memo          text         NULL
         );
     ],{ RaiseError => 1, PrintError => 1 });