Field value is overwritten with every deployment

Hi,

I have coded a Like Button for my blog articles whose incremented value is written in a page-field via an ajax-call.
This works fine, until i deploy any content from development to production. Every Like-Value of every article is then overwritten.

Is it possible to exclude the specific field-value from deployment?

Blueprint:

pages: false
files: true
fields:
   ...
    likes:
        label: Page Likes
        type: number
        default: 1

How do you deploy your project?

@texnixe: I’m sorry. i just realized the deployment is a plugin written by a co-worker. i just work on this project for some weeks and it looked like it was a build-in function.

This topic could be deleted :confused: