[DiscordArchive] how do you delete a existing row?
[DiscordArchive] how do you delete a existing row?
Archived author: funjoker • Posted: 2020-08-06T01:32:42.362000+00:00
Original source
```sql
INSERT INTO `hotfix_data` (`Id`, `TableHash`, `RecordId`, `Deleted`, `VerifiedBuild`) VALUES
(99999, 3776013982, 198300, 1, 0);
```
Archived author: funjoker • Posted: 2020-08-06T01:32:57.743000+00:00
Original source
this for example deletes record 198300
Archived author: funjoker • Posted: 2020-08-06T01:33:04.667000+00:00
Original source
from table with hash 3776013982
Archived author: funjoker • Posted: 2020-08-06T01:33:39.019000+00:00
Original source
3776013982 - should be spell.db2
Archived author: funjoker • Posted: 2020-08-06T01:33:45.686000+00:00
Original source
if i remember correctly
Archived author: Peacy • Posted: 2020-08-06T01:34:40.329000+00:00
Original source
oh very nice, thanks for the info ❤️
Archived author: funjoker • Posted: 2020-08-06T01:34:50.081000+00:00
Original source
note
Archived author: funjoker • Posted: 2020-08-06T01:35:01.980000+00:00
Original source
you always need a hotfix_data entry for a hotfix
Archived author: funjoker • Posted: 2020-08-06T01:35:06.466000+00:00
Original source
if you add a row
Archived author: funjoker • Posted: 2020-08-06T01:35:10.966000+00:00
Original source
if you edit a row