1 Star 0 Fork 53

没洗的黄瓜 / Chat

forked from Token / EarthChat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Migration.md 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Token 提交于 2023-07-26 11:02 . 修改

数据库迁移

默认使用的是PostgreSQL数据库

Debug中运行项目会自动进行迁移,并且创建默认账号admin密码123456

需要注意的是默认创建的时候需要先在数据库执行以下命令,由于使用到了hstore的功能,但是可能默认数据库不存在hstore,所以需要先创建,然后在Debug模式下启动项目。

CREATE EXTENSION hstore;
C#
1
https://gitee.com/yanshengx/chat.git
git@gitee.com:yanshengx/chat.git
yanshengx
chat
Chat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891