tailbone/tailbone/templates/tables/migrations.mako
Lance Edgar 29817653ed Warn user if DB not up to date, in new table wizard
also start adding 'dirty' page behavior, to warn user if navigating
away that changes will be lost

also improve steps in wizard, so page header is scrolled into view
when prev/next buttons are clicked.  unfortunately it still does not
work right if user clicks the step number on left of screen..
2023-05-12 21:27:15 -05:00

12 lines
245 B
Mako

## -*- coding: utf-8; -*-
<%inherit file="/page.mako" />
<%def name="title()">Schema Migrations</%def>
<%def name="render_this_page()">
<h3 class="is-size-3">TODO: show current revisions and allow DB upgrades</h3>
</%def>
${parent.body()}