Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Generator / Generators / Migration / Templates / Migration.cs
blob6f6ab28357a43768d59b8f151d483a2d5a02b5b7
1 using System;
2 using Migrator;
4 namespace <%= Namespace %>
6 /// <summary>
7 /// <%= HumanName %> to the database
8 /// </summary>
9 [Migration(<%= Version %>)]
10 public class <%= ClassName %> : Migration
12 public override void Up()
17 public override void Down()