mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 03:28:56 +08:00
Fixed regexp in tests
This commit is contained in:
@@ -178,7 +178,8 @@ CREATE TABLE "document" (
|
||||
id serial primary key,
|
||||
title varchar(255) not null,
|
||||
content text not null,
|
||||
version integer not null default 0
|
||||
version integer not null default 0,
|
||||
properties json
|
||||
);
|
||||
|
||||
CREATE TABLE "comment" (
|
||||
|
||||
Reference in New Issue
Block a user