projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fad3e9
)
Mark wcf1_package_compatibility as deprecated in install.sql
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 7 Jul 2021 11:45:11 +0000
(13:45 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 7 Jul 2021 11:45:30 +0000
(13:45 +0200)
wcfsetup/setup/db/install.sql
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/setup/db/install.sql
b/wcfsetup/setup/db/install.sql
index 6b22d07d403232aa06cd7bf98818fac0ebc42f4f..f88311372677bdc69c40b9807fe6bcb2d6942927 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-934,6
+934,7
@@
CREATE TABLE wcf1_package (
UNIQUE KEY package (package)
);
+-- @deprecated
DROP TABLE IF EXISTS wcf1_package_compatibility;
CREATE TABLE wcf1_package_compatibility (
packageID INT(10) NOT NULL,
@@
-1786,7
+1787,7
@@
CREATE TABLE wcf1_user_notification_author (
);
-- notification recipients
---
DEPRECATED
+--
@deprecated
DROP TABLE IF EXISTS wcf1_user_notification_to_user;
CREATE TABLE wcf1_user_notification_to_user (
notificationID INT(10) NOT NULL,