Mark wcf1_package_compatibility as deprecated in install.sql
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 7 Jul 2021 11:45:11 +0000 (13:45 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 7 Jul 2021 11:45:30 +0000 (13:45 +0200)
wcfsetup/setup/db/install.sql

index 6b22d07d403232aa06cd7bf98818fac0ebc42f4f..f88311372677bdc69c40b9807fe6bcb2d6942927 100644 (file)
@@ -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,