Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
devsho
2021-11-25 05:00:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
870b632e66c0a58004004c667831c17d4e325461
870b632e
1 parent
d44e706e
readme.md update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
readme.md
readme.md
View file @
870b632
...
...
@@ -33,6 +33,7 @@ create table userdb(
type varchar(10) not null,
nickname varchar(20) not null,
profilemsg varchar(300)
profilepic varchar(300) unique
)engine=innodb;
create table board(
...
...
@@ -60,7 +61,7 @@ create table board(
>UPDATE board SET idx = @COUNT:=@COUNT+1;
---
### 최종 수정: 2021-11-2
3 20:23
<br>
### 최종 수정: 2021-11-2
4 04:54
<br>
### 수정 내용:
0.
채팅기능에 버그가 있는 것 같음-피드백 바람(undefined님이 나가셨습니다. -> 콘솔에 계속 출력됨)
1.
로그에 IP 추가
...
...
@@ -70,4 +71,7 @@ create table board(
5.
버그 수정
6.
게시글 조회수 구현
7.
프로필 수정 세션 연동
8.
etc
\ No newline at end of file
8.
프로필 사진 추가
9.
프로필 검색 추가
10.
프로필 비주얼 업데이트
11.
etc
\ No newline at end of file
...
...
Please
register
or
login
to post a comment