You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

! Migrations Template.asp 205B

8 months ago
123456789101112131415
  1. <%
  2. Class Migration_XX_
  3. Public Migration
  4. Public Sub Up
  5. Migration.Do ""
  6. End Sub
  7. Public Sub Down
  8. Migration.Do ""
  9. End Sub
  10. End Class
  11. Migrations.Add "Migration_XX_"
  12. %>

Powered by TurnKey Linux.