Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MinLL committed Oct 27, 2024
2 parents 80216f2 + 8919a1e commit c2d6f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minai_plugin/importDataToDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function importScenesDescriptions() {
ostim_id character varying(256),
sexlab_id character varying(256),
created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP
updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
description text
)", ["ostim_id", "sexlab_id"]);
createUpdateTrigger($tableName);
Expand Down

0 comments on commit c2d6f92

Please sign in to comment.