diff --git a/backend/src/db/factories.js b/backend/src/db/factories.js index df96e4359..1ebf063ff 100644 --- a/backend/src/db/factories.js +++ b/backend/src/db/factories.js @@ -64,7 +64,7 @@ Factory.define('basicUser') password: '1234', role: 'user', about: faker.lorem.paragraph, - termsAndConditionsAgreedVersion: '0.0.4', + termsAndConditionsAgreedVersion: '0.0.1', termsAndConditionsAgreedAt: '2019-08-01T10:47:19.212Z', allowEmbedIframes: false, showShoutsPublicly: false,