Files
@ 77bd10c410ed
Branch filter:
Location: kallithea/MIT-Permissive-License.txt - annotation
77bd10c410ed
1023 B
text/plain
tests: fix 'a foreign key constraint fails' when running tests on mysql
UserNotification needs to be deleted before Notification because there are
foreign key references in UserNotification to Notification.
UserNotification needs to be deleted before Notification because there are
foreign key references in UserNotification to Notification.