diff --git a/ren2.PNG b/ren2.PNG new file mode 100644 index 00000000..380d3271 Binary files /dev/null and b/ren2.PNG differ diff --git a/ren3.PNG b/ren3.PNG new file mode 100644 index 00000000..c55750ad Binary files /dev/null and b/ren3.PNG differ diff --git a/src/data.sql b/src/data.sql index f31c9673..8ae6d86c 100644 --- a/src/data.sql +++ b/src/data.sql @@ -26,6 +26,7 @@ CREATE TABLE `topics`( `tid` int not null AUTO_INCREMENT, `title` varchar(100) not null, `content` text not null, + `parsed_content` text not null, `createdAt` datetime not null, `lastReplyAt` datetime not null, `createdBy` int not null, @@ -39,6 +40,7 @@ CREATE TABLE `replies`( `rid` int not null AUTO_INCREMENT, `tid` int not null, `content` text not null, + `parsed_content` text not null, `createdAt` datetime not null, `createdBy` int not null, `lastEdit` int not null, diff --git a/src/templates/account-own-edit-avatar-success.html b/src/templates/account-own-edit-avatar-success.html index 23ed7217..c6d333cc 100644 --- a/src/templates/account-own-edit-avatar-success.html +++ b/src/templates/account-own-edit-avatar-success.html @@ -2,8 +2,8 @@