Revert "Fixed regexp in tests"

This reverts commit 4fbece20cece701b9c917e130545c5c49fa044d8.
This commit is contained in:
SilverFire - Dmitry Naumenko
2018-02-20 23:56:54 +02:00
parent 4fbece20ce
commit bd472c3640
5 changed files with 2 additions and 57 deletions

View File

@ -178,8 +178,7 @@ CREATE TABLE "document" (
id serial primary key,
title varchar(255) not null,
content text not null,
version integer not null default 0,
properties json
version integer not null default 0
);
CREATE TABLE "comment" (