mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
Revert "Fixed regexp in tests"
This reverts commit 4fbece20cece701b9c917e130545c5c49fa044d8.
This commit is contained in:
@ -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" (
|
||||
|
Reference in New Issue
Block a user