The backend of a gist server written in Rust
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456
  1. -- This file was automatically created by Diesel to setup helper functions
  2. -- and other internal bookkeeping. This file is safe to edit, any future
  3. -- changes will be added to existing projects as new migrations.
  4. DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl regclass);
  5. DROP FUNCTION IF EXISTS diesel_set_updated_at();