]> Kevux Git Server - koopa/commit
Update: rename 'database_option' to 'database_cascade', and cleanup relating code
authorKevin Day <thekevinday@gmail.com>
Mon, 3 Dec 2018 03:41:07 +0000 (21:41 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 3 Dec 2018 03:41:07 +0000 (21:41 -0600)
commit2a62e5e1f347816059f7c2bfa785b31c7fe5925f
tree161dbdcb7ecd1750913b48546ee5a23a7babf695
parent87ecdfb1f29c625493d5283a18e7092c556c9375
Update: rename 'database_option' to 'database_cascade', and cleanup relating code

The use of 'option' is not quite accurate, so I renamed it to the more aptly named 'cascade'.
The constraint code that conditionally utilized cascade has been rewritten to be stored in a single variable (as an array).
There is no cascade trait like there was an option trait because its use is different from case to case.
common/database/classes/database_alter_default_privileges.php
common/database/classes/database_alter_domain.php
common/database/enumerations/database_cascade.php [new file with mode: 0644]
common/database/traits/database_option.php [deleted file]