Added Image property to edit event screen
This commit is contained in:
parent
0564dfce76
commit
e6ad1d8952
2 changed files with 16 additions and 1 deletions
|
|
@ -681,6 +681,7 @@ create table EventManagementSystem_products (
|
|||
maximumAttendees int(11),
|
||||
approved tinyint,
|
||||
sequenceNumber int(11),
|
||||
imageId varchar(22) binary,
|
||||
primary key(productId)
|
||||
)
|
||||
SQL2
|
||||
|
|
@ -771,6 +772,7 @@ primary key(badgeId)
|
|||
)
|
||||
SQL9
|
||||
|
||||
print "\tAdding the Event Management System.\n" unless ($quiet);
|
||||
$session->db->write($sql1);
|
||||
$session->db->write($sql2);
|
||||
$session->db->write($sql3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue