php - Adding MySQL Queries -


i have been instructed update following tables in osticket mysql follows:

update database [please edit fit installation] following mysql queries:

alter table ost_ticket change status status enum('open','closed','pending') default    'open';  alter table ost_ticket_event change state state enum('created','closed','reopened','assigned','transferred','o    

how using phpmyadmin ?

click on sql tab, paste it, , submit last sql command cut off atleast hope was


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -