Skip to content

Commit

Permalink
docs: add sql
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Dec 26, 2024
1 parent 752e02f commit 080d412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ CREATE TABLE es_index_pattern (
time_field varchar(128) not null default '@timestamp',
allow_hide_system_indices smallint not null default 0,
fields_format varchar(4096) not null default '',
cross_cluster_enabled int not null default 0,
create_at bigint default '0',
create_by varchar(64) default '',
update_at bigint default '0',
Expand Down
1 change: 1 addition & 0 deletions docker/sqlite.sql
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ CREATE TABLE `es_index_pattern` (
`time_field` varchar(128) not null default '@timestamp',
`allow_hide_system_indices` tinyint(1) not null default 0,
`fields_format` varchar(4096) not null default '',
`cross_cluster_enabled` int not null default 0,
`create_at` bigint default '0',
`create_by` varchar(64) default '',
`update_at` bigint default '0',
Expand Down

0 comments on commit 080d412

Please sign in to comment.