位于 /about 的新改进关于页面已上线

这是获取日期的查询:

      result = DB.query_single <<~SQL
          SELECT created_at
          FROM schema_migration_details
          ORDER BY created_at
          LIMIT 1
        SQL

如果您是自托管用户,应该有一种方法可以使用其他日期来更新该表中最早的 created_at 项。编写查询留给有准备的人练习。

请勿在家尝试
DB.query_single("UPDATE schema_migration_details set created_at = '2010-01-01' where id=1")
4 个赞