Versions
Browse the version history
The Versions page lists every version of a schema, newest first. It is the starting point for inspecting, comparing, migrating between, and rolling back to versions.
In the app: Data Model › Schemas › your schema › Versions
Open the Versions page¶
Any of these gets you there:
- Click
Versionsin the schema header, next to the current version label (for example(current v1.4.3)). - On the schema’s
Infotab, clickView Allin theVERSIONINGcard. - Click the version badge in the
VERSIONINGcard to jump straight to the latest version.
If the schema has no versions yet, the page says No versions yet and prompts you to click Create Version.
What each card shows¶
- Version number, for example
v1.4.3. Click it to open the version. - Date the version was created.
- Created by, the person who created it.
- Notes, in a boxed area, when the author wrote any.
- Change summary, an automatic one-line count of what changed since the previous version.
Icons on the right of each card:
| Icon | Tooltip | What it does |
|---|---|---|
| Eye | View details |
Opens the version. See Inspect a past version. |
| History (red) | Roll back whole schema to this version |
Starts a schema rollback. See Roll back to an earlier version. |
| Download | Export snapshot |
Not available yet. The icon is always disabled. |
Cards are sorted by version number, highest first. There is no search or filter on this page.
Select two versions¶
Each card has a checkbox. Tick exactly two versions to enable the buttons at the top of the page:
Compare Diffopens a side-by-side comparison. See Compare two versions.Generate Migrationopens the migration script dialog. See Generate a migration script.
Once two cards are ticked, the other checkboxes are disabled. Untick one to choose a different pair. The order you tick them in does not matter: Kenseme always treats the lower number as the starting point.
Who can do what¶
Everyone with access to the schema can browse versions and compare them. Create Version and the rollback icon appear only for people with write access to the schema. When your organization is in read-only mode, Create Version, Generate Migration, and rollback are disabled. See Account states and read-only mode.