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
고승완
2021-11-20 18:58:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d12410531103ce863967a148da255c9452d631a0
d1241053
1 parent
7e2c4ba5
Update readme.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
readme.md
readme.md
View file @
d124105
...
...
@@ -52,11 +52,11 @@ create table board(
-
type이 운영자인 경우 서버에서 변경
-
LF 오류시 Git에 하단 명령어 입력
>
git config --global core.autocrlf true
>git config --global core.autocrlf true
-
게시글 reset 후 idx의 값이 1부터 시작하지 않을 경우 하단의 SQL문 입력
>
ALTER TABLE board AUTO_INCREMENT = 1;<br>
>
SET @COUNT = 0;<br>
>
UPDATE board SET idx = @COUNT:=@COUNT+1;<br>
>ALTER TABLE board AUTO_INCREMENT = 1;<br>
>SET @COUNT = 0;<br>
>UPDATE board SET idx = @COUNT:=@COUNT+1;<br>
--------------------------------------------------------
##### 최종 수정: 2021-11-20 18:58<br>
...
...
Please
register
or
login
to post a comment