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

Introduced new model of AliasEntry #1343

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

userlocalhost
Copy link
Member

This adds new model AliasEntry that indicates alias of target Item (Entry)

@hinashi
Copy link
Contributor

hinashi commented Dec 12, 2024

CREATE TABLE `entry_aliasentry` (`id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, `name` varchar(200) NOT NULL, `entry_id` integer NOT NULL);
ALTER TABLE `entry_aliasentry` ADD CONSTRAINT `entry_aliasentry_entry_id_8ec4a5a4_fk_entry_entry_aclbase_ptr_id` FOREIGN KEY (`entry_id`) REFERENCES `entry_entry` (`aclbase_ptr_id`);

@hinashi hinashi marked this pull request as draft December 12, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants