mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
파일 업로드시의 체크섬 검사 구현
This commit is contained in:
1
drizzle/0002_good_talisman.sql
Normal file
1
drizzle/0002_good_talisman.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `file` ADD `encrypted_content_hash` text NOT NULL;
|
||||
1308
drizzle/meta/0002_snapshot.json
Normal file
1308
drizzle/meta/0002_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,13 @@
|
||||
"when": 1736720831242,
|
||||
"tag": "0001_blushing_alice",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 2,
|
||||
"version": "6",
|
||||
"when": 1737191517463,
|
||||
"tag": "0002_good_talisman",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user