Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-31592: Added missing deprecation info to data/mysql/schema.sql #3024

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/mysql/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @deprecated since eZ Platform 2.5.0 and no longer used.
-- Relying on data/mysql/schema.sql to install eZ Platform schema is deprecated since eZ Platform v2.5.0.
-- The file was removed in eZ Platform v3.0.0.
alongosz marked this conversation as resolved.
Show resolved Hide resolved
-- Rely on \EzSystems\PlatformInstallerBundle\Installer\CoreInstaller instead
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- MySQL dump 10.13 Distrib 5.5.32, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: behattestdb
Expand Down