Skip to content

Commit

Permalink
avniproject/avni-media#179 | Index 'created_date_time' common column
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Oct 22, 2024
1 parent 6b7ff69 commit 6ddaa1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class CommonColumns {
IsVoidedColumn,
new Column("created_by_id", Column.Type.integer, Column.ColumnType.index),
new Column("last_modified_by_id", Column.Type.integer, Column.ColumnType.index),
new Column("created_date_time", Column.Type.timestampWithTimezone),
new Column("created_date_time", Column.Type.timestampWithTimezone, Column.ColumnType.index),
LastModifiedDateTimeColumn,
OrganisationIdColumn
);
Expand Down

0 comments on commit 6ddaa1e

Please sign in to comment.