- ドメイン:
dentalhr.jp - リージョン:東京(
ap-northeast-1) - 理由:ドメイン用のDKIM鍵と検証対象のDNSレコードをResendに発行させるため
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <button class="share-button" type="button" data-open-share>共有する</button> |
- Webアプリケーション開発における本番DB変更を対象とする。
- 作業は一人で実施する。担当者決定、承認者決定、監視担当者決定、会議体調整は扱わない。
- 対象はスキーマ変更、データ変更、スキーマ変更とアプリケーション変更が同時に必要な作業。
- SQL、マイグレーション、確認クエリ、ロールバッククエリ、実行ログを作業単位で保存する。
- DBMS固有のコマンド名はこのメモでは固定しない。採用DBの公式マニュアルで該当構文、ロック、トランザクション、バックアップ、リストアを確認する。
- 本番DBで最初に実行する作業を作らない。ステージング、複製環境、ローカル再現環境、本番トランザクション内検証の順で実行前確認を増やす。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @property --p { | |
| syntax: "<length>"; | |
| initial-value: 0px; | |
| inherits: true; | |
| } | |
| .box { | |
| --r: 20px; /* ボックスの角丸 */ | |
| --b: 6px; /* ボーダーの幅 */ | |
| --c: #adadad; /* ボーダーのカラー */ |
NewerOlder