fix schema test

This commit is contained in:
Elias Nahum 2023-01-11 22:22:11 +02:00
parent 4f86a87bdc
commit 57a9ff31bf
No known key found for this signature in database
GPG key ID: A2EB45B81EA1AB32
2 changed files with 1 additions and 2 deletions

View file

@ -45,7 +45,7 @@ const {
describe('*** Test schema for SERVER database ***', () => {
it('=> The SERVER SCHEMA should strictly match', () => {
expect(serverSchema).toEqual({
version: 7,
version: 1,
unsafeSql: undefined,
tables: {
[CATEGORY]: {

View file

@ -563,7 +563,6 @@
"mobile.post.delete_title": "Delete Post",
"mobile.post.failed_delete": "Delete Message",
"mobile.post.failed_retry": "Try Again",
"mobile.posts_view.moreMsg": "More New Messages Above",
"mobile.privacy_link": "Privacy Policy",
"mobile.push_notification_reply.button": "Send",
"mobile.push_notification_reply.placeholder": "Write a reply...",