Skip to content

Commit

Permalink
0005340: Fixed incorrect character in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Jun 22, 2022
1 parent dbe5b52 commit d59fe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-core/src/main/resources/symmetric-schema.xml
Expand Up @@ -921,7 +921,7 @@
<column name="trigger_template_hash" type="BIGINT" required="true" default="0" description="A hash of the trigger text. If changes are detected to the values that affect a trigger text then the trigger will be regenerated." />
<column name="column_names" type="LONGVARCHAR" required="true" description="The column names defined on the table. The column names are stored in comma-separated values (CSV) format." />
<column name="pk_column_names" type="LONGVARCHAR" required="true" description="The primary key column names defined on the table. The column names are stored in comma-separated values (CSV) format." />
<column name="last_trigger_build_reason" size="1" type="CHAR" required="true" description="The following reasons for a change are possible: New trigger that has not been created before (N); Schema changes in the table were detected (S); Configuration changes in Trigger (C); Trigger was missing (T), Trigger template changed (E), Forced rebuild (F)." />
<column name="last_trigger_build_reason" size="1" type="CHAR" required="true" description="The following reasons for a change are possible: New trigger that has not been created before (N); Schema changes in the table were detected (S); Configuration changes in Trigger +(C)+; Trigger was missing (T), Trigger template changed (E), Forced rebuild (F)." />
<column name="error_message" type="LONGVARCHAR" description="Record any errors or warnings that occurred when attempting to build the trigger." />
<column name="create_time" type="TIMESTAMP" required="true" description="Timestamp when this entry was created." />
<column name="inactive_time" type="TIMESTAMP" description="The date and time when a trigger was inactivated." />
Expand Down

0 comments on commit d59fe01

Please sign in to comment.