-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #769 from EdiWang/master
Release v14.1.0
- Loading branch information
Showing
56 changed files
with
1,479 additions
and
1,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# 免责申明(仅限中国用户) | ||
|
||
此项目及其配套组件均为免费开源的产品,仅用于学习交流,并且不直接向中国提供服务,中国用户请于下载后立即删除。 | ||
|
||
任何中国境内的组织及个人不得使用此项目及其配套组件构建任何形式的面向中国境内用户的网站或服务。 | ||
|
||
不可用于任何违反中华人民共和国(含台湾省)或使用者所在地区法律法规的用途。 | ||
|
||
因为作者即本人仅完成代码的开发和开源活动(开源即任何人都可以下载使用),从未参与用户的任何运营和盈利活动。 | ||
|
||
且不知晓用户后续将程序源代码用于何种用途,故用户使用过程中所带来的任何法律责任即由用户自己承担。 | ||
|
||
[《开源软件有漏洞,作者需要负责吗?是的!》](https://go.edi.wang/aka/os251) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-- v14.1.0 | ||
|
||
ALTER TABLE FriendLink ADD [Rank] INT | ||
GO | ||
|
||
UPDATE FriendLink SET [Rank] = 0 | ||
GO | ||
|
||
ALTER TABLE FriendLink ALTER COLUMN [Rank] INT NOT NULL | ||
GO |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.