unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

Add D7 id and fix other issues in the multisite module #697

Open sarongebre opened 2 weeks ago

sarongebre commented 2 weeks ago

Pull request can be found here - https://github.com/unlcms/unl_multisite/issues/19

sql commands for existing database

ALTER TABLE unl_sites
ADD d7_site_path VARCHAR(255)
DEFAULT null
AFTER site_path;

ALTER TABLE unl_sites
ADD d7_site_id VARCHAR(255)
DEFAULT null
AFTER site_id;