Fossil SCM
Fix typo.
Commit
1e5dc324ef170febe7dfe0c7c81ee084d62055a1f88e29e4dce20fb80fbfdace
Parent
1e28e74720547d0…
1 file changed
+1
-1
+1
-1
| --- src/alerts.c | ||
| +++ src/alerts.c | ||
| @@ -128,11 +128,11 @@ | ||
| 128 | 128 | } |
| 129 | 129 | if( db_table_has_column("repository","subscriber","lastContact") ){ |
| 130 | 130 | return; |
| 131 | 131 | } |
| 132 | 132 | db_multi_exec( |
| 133 | - "DROP TABLE IF EXISTS repository.alert_bounde;\n" | |
| 133 | + "DROP TABLE IF EXISTS repository.alert_bounce;\n" | |
| 134 | 134 | "ALTER TABLE repository.subscriber ADD COLUMN lastContact INT;\n" |
| 135 | 135 | "UPDATE subscriber SET lastContact=mtime/86400;" |
| 136 | 136 | ); |
| 137 | 137 | if( db_table_has_column("repository","pending_alert","sentMod") ){ |
| 138 | 138 | return; |
| 139 | 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_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 |