View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0001772 | v3.4 Release (Current) | Projects | public | 2019-08-13 10:04 | 2019-08-15 09:36 | ||||||||
Reporter | opto | ||||||||||||
Assigned To | opto | ||||||||||||
Priority | urgent | Severity | block | Reproducibility | have not tried | ||||||||
Status | resolved | Resolution | fixed | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001772: project id is not autoincrement in 3.4 release | ||||||||||||
Description | totally blocks for new installs, as first project_id is 0, and then addnew does not work because we expect id==0 for a new project I can fix in my phpyadmin but do not know how to make a new sql file for that | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
![]() |
|
opto (manager) 2019-08-13 10:12 |
the 056_mysql .... .sql is wrong |
opto (manager) 2019-08-15 09:21 |
created 058_project_id_autoincrement.sql after testing ALTER table projects CHANGE project_id project_id int(10) NOT NULL auto_increment not uploaded yet to git master |
caseydk (administrator) 2019-08-15 09:36 |
Thanks for the note. Here's the fix: https://github.com/web2project/web2project/commit/d7febbd3f148f4c6f868b1e9e0bf3e6a3a83b40e |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-13 10:04 | opto | New Issue | |
2019-08-13 10:04 | opto | Status | new => assigned |
2019-08-13 10:04 | opto | Assigned To | => caseydk |
2019-08-13 10:12 | opto | Note Added: 0003982 | |
2019-08-15 09:20 | opto | Assigned To | caseydk => opto |
2019-08-15 09:21 | opto | Status | assigned => resolved |
2019-08-15 09:21 | opto | Resolution | open => fixed |
2019-08-15 09:21 | opto | Note Added: 0003983 | |
2019-08-15 09:36 | caseydk | Note Added: 0003984 |