task/3382: Harmonisera tabellnamn #6

Merged
ansv7779 merged 104 commits from task/3382 into develop 2024-11-12 13:33:44 +01:00
Showing only changes of commit f2ae73d35c - Show all commits

View File

@ -1448,4 +1448,8 @@ select table_name, column_name, constraint_name, referenced_table_name, referenc
from information_schema.key_column_usage
where table_schema = 'tozh4728' and table_name = 'ActivityTemplate' and constraint_name != 'PRIMARY';
select table_name, column_name, constraint_name, referenced_table_name, referenced_column_name
from information_schema.key_column_usage
where table_schema = 'tozh4728' and constraint_name != 'PRIMARY' order by constraint_name;
*/