fix schema test

This commit is contained in:
Elias Nahum
2023-01-11 22:22:11 +02:00
parent a10357e03c
commit 0380382b77
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...",