You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
The installer generates a MySQL file that has weird spacing
create database `aggregate`;
create user 'aggregate'@'localhost' identified by 'aggregate';
grant all on `aggregate`.* to 'aggregate'@'localhost' identified by 'aggregate';
flush privileges;
Software and hardware versions
Master
Problem description
The installer generates a MySQL file that has weird spacing
This is likely due to https://github.com/opendatakit/aggregate/blob/HEAD/installer/project/components/configure_war.xml#L355
The text was updated successfully, but these errors were encountered: