This website requires JavaScript.
Explore
Help
Sign In
YourSelfHosted
/
memos
Watch
1
Star
0
Fork
0
You've already forked memos
mirror of
https://github.com/usememos/memos.git
synced
2025-02-23 14:47:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
memos
/
store
/
db
/
postgres
/
seed
/
10000__reset.sql
5 lines
100 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: support Postgres (#2569) * skeleton of postgres skeleton * Adding Postgres specific db schema sql * user test passed * memo store test passed * tag is working * update user setting test done * activity test done * idp test passed * inbox test done * memo_organizer, UNTESTED * memo relation test passed * webhook test passed * system setting test passed * passed storage test * pass resource test * migration_history done * fix memo_relation_test * fixing server memo_relation test * passes memo relation server test * paess memo test * final manual testing done * final fixes * final fixes cleanup * sync schema * lint * lint * lint * lint * lint
2023-12-03 00:31:29 -05:00
TRUNCATE
TABLE
memo_organizer
;
TRUNCATE
TABLE
resource
;
TRUNCATE
TABLE
memo
;
chore: fix user string
2023-12-13 19:08:06 +08:00
TRUNCATE
TABLE
"
user
"
;
Reference in New Issue
Copy Permalink