Fossil SCM

Fix typo.

mistachkin 2021-09-13 21:30 trunk
Commit 1e5dc324ef170febe7dfe0c7c81ee084d62055a1f88e29e4dce20fb80fbfdace
1 file changed +1 -1
+1 -1
--- src/alerts.c
+++ src/alerts.c
@@ -128,11 +128,11 @@
128128
}
129129
if( db_table_has_column("repository","subscriber","lastContact") ){
130130
return;
131131
}
132132
db_multi_exec(
133
- "DROP TABLE IF EXISTS repository.alert_bounde;\n"
133
+ "DROP TABLE IF EXISTS repository.alert_bounce;\n"
134134
"ALTER TABLE repository.subscriber ADD COLUMN lastContact INT;\n"
135135
"UPDATE subscriber SET lastContact=mtime/86400;"
136136
);
137137
if( db_table_has_column("repository","pending_alert","sentMod") ){
138138
return;
139139
--- src/alerts.c
+++ src/alerts.c
@@ -128,11 +128,11 @@
128 }
129 if( db_table_has_column("repository","subscriber","lastContact") ){
130 return;
131 }
132 db_multi_exec(
133 "DROP TABLE IF EXISTS repository.alert_bounde;\n"
134 "ALTER TABLE repository.subscriber ADD COLUMN lastContact INT;\n"
135 "UPDATE subscriber SET lastContact=mtime/86400;"
136 );
137 if( db_table_has_column("repository","pending_alert","sentMod") ){
138 return;
139
--- src/alerts.c
+++ src/alerts.c
@@ -128,11 +128,11 @@
128 }
129 if( db_table_has_column("repository","subscriber","lastContact") ){
130 return;
131 }
132 db_multi_exec(
133 "DROP TABLE IF EXISTS repository.alert_bounce;\n"
134 "ALTER TABLE repository.subscriber ADD COLUMN lastContact INT;\n"
135 "UPDATE subscriber SET lastContact=mtime/86400;"
136 );
137 if( db_table_has_column("repository","pending_alert","sentMod") ){
138 return;
139

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button